AlterDatabaseAddFileStatement.FileGroup Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the file group to which to add the specified file

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

Syntax

public Identifier FileGroup { get; set; }
public:
property Identifier^ FileGroup {
    Identifier^ get();
    void set(Identifier^ value);
}
member FileGroup : Identifier with get, set
Public Property FileGroup As Identifier

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier

The file group files to which to add the specified file.

See Also

AlterDatabaseAddFileStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top