Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets a new name of the database.
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
Public Property NewDatabaseName As Identifier
Get
Set
'Utilizzo
Dim instance As AlterDatabaseModifyNameStatement
Dim value As Identifier
value = instance.NewDatabaseName
instance.NewDatabaseName = value
public Identifier NewDatabaseName { get; set; }
public:
property Identifier^ NewDatabaseName {
Identifier^ get ();
void set (Identifier^ value);
}
member NewDatabaseName : Identifier with get, set
function get NewDatabaseName () : Identifier
function set NewDatabaseName (value : Identifier)
Valore proprietà
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The new name of the database.