CreatePartitionSchemeStatement.FileGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filegroup names (can be string literal or identifier)
public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression> FileGroups { get; }
member this.FileGroups : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.IdentifierOrValueExpression>
Public ReadOnly Property FileGroups As IList(Of IdentifierOrValueExpression)