RenameServerDatabaseContributorInput.OldServerValue, propriété
Obtient l'ancien nom du serveur.
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 OldServerValue As String
Get
public string OldServerValue { get; }
public:
property String^ OldServerValue {
String^ get ();
}
member OldServerValue : string
function get OldServerValue () : 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