Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a new name of the database.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property NewDatabaseName As Identifier
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The new name of the database.