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 命名空间