RenameServerDatabaseContributorInput.OldServerValue (Propiedad)

Obtiene el nombre anterior del servidor.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package.Sql (en Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Sintaxis

'Declaración
Public ReadOnly Property OldServerValue As String
    Get
public string OldServerValue { get; }
public:
property String^ OldServerValue {
    String^ get ();
}
member OldServerValue : string
function get OldServerValue () : String

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

RenameServerDatabaseContributorInput Clase

Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring (Espacio de nombres)