Partilhar via


Propriedade RenameServerDatabaseContributorInput.OldServerValue

Obtém o nome do servidor antigo.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package.Sql (em Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

RenameServerDatabaseContributorInput Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring