RenameServerDatabaseContributorInput.OldDatabaseValue, propriété
Obtient l'ancien nom de la base de données.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring
Assembly : Microsoft.VisualStudio.Data.Schema.Package.Sql (dans Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntaxe
'Déclaration
Public ReadOnly Property OldDatabaseValue As String
Get
public string OldDatabaseValue { get; }
public:
property String^ OldDatabaseValue {
String^ get ();
}
member OldDatabaseValue : string
function get OldDatabaseValue () : String
Valeur de propriété
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
RenameServerDatabaseContributorInput Classe
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring, espace de noms