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 file group.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property NewFileGroupName As Identifier
Get
Set
'Usage
Dim instance As AlterDatabaseModifyFileGroupStatement
Dim value As Identifier
value = instance.NewFileGroupName
instance.NewFileGroupName = value
public Identifier NewFileGroupName { get; set; }
public:
property Identifier^ NewFileGroupName {
Identifier^ get ();
void set (Identifier^ value);
}
member NewFileGroupName : Identifier with get, set
function get NewFileGroupName () : Identifier
function set NewFileGroupName (value : Identifier)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The new name of the file group.