Partilhar via


Propriedade do RDL AlterDatabaseModifyFileGroupStatement.NewFileGroupName

Gets or sets a new name of the file group.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property NewFileGroupName As Identifier 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

AlterDatabaseModifyFileGroupStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom