Share via


CreatePartitionSchemeStatement.FileGroups Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property FileGroups As IList(Of TSqlFragment)
public IList<TSqlFragment> FileGroups { get; }
public:
property IList<TSqlFragment^>^ FileGroups {
    IList<TSqlFragment^>^ get ();
}
member FileGroups : IList<TSqlFragment>
function get FileGroups () : IList<TSqlFragment>

Property Value

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

.NET Framework Security

See Also

Reference

CreatePartitionSchemeStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace