Propriedade RenameServerDatabaseContributorInput.OldDatabaseValue

Obtém o nome antigo do banco de dados.

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 OldDatabaseValue As String
    Get
public string OldDatabaseValue { get; }
public:
property String^ OldDatabaseValue {
    String^ get ();
}
member OldDatabaseValue : string
function get OldDatabaseValue () : 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