Compartir a través de


AlterDatabaseModifyFileGroupStatement.NewFileGroupName Propiedad

Gets or sets a new name of the file group.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

AlterDatabaseModifyFileGroupStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom