RenameServerDatabaseContributorInput.NewServerValue, propriété
Obtient le nouveau 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 NewServerValue As String
Get
public string NewServerValue { get; }
public:
property String^ NewServerValue {
String^ get ();
}
member NewServerValue : string
function get NewServerValue () : 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