AlterDatabaseModifyFileGroupStatement.NewFileGroupName 屬性

Gets or sets a new name of the file group.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property NewFileGroupName As Identifier 
    Get 
    Set
'用途
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)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The new name of the file group.

請參閱

參考

AlterDatabaseModifyFileGroupStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間