CreatePartitionSchemeStatement.FileGroups Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a list of Filegroup names (can be string literal or identifier).

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

Syntax

public IList<IdentifierOrValueExpression> FileGroups { get; }
public:
property IList<IdentifierOrValueExpression^>^ FileGroups {
    IList<IdentifierOrValueExpression^>^ get();
}
member FileGroups : IList<IdentifierOrValueExpression> with get
Public ReadOnly Property FileGroups As IList(Of IdentifierOrValueExpression)

Property Value

Type: System.Collections.Generic.IList<IdentifierOrValueExpression>

A list of Filegroup names.

See Also

CreatePartitionSchemeStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top