Share via


IPartitionScheme.FileGroups Property

Gets a collection of filegroups that are defined in the database.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property FileGroups As IMetadataCollection(Of IFileGroup)
    Get
'Usage
Dim instance As IPartitionScheme
Dim value As IMetadataCollection(Of IFileGroup)

value = instance.FileGroups
IMetadataCollection<IFileGroup> FileGroups { get; }
property IMetadataCollection<IFileGroup^>^ FileGroups {
    IMetadataCollection<IFileGroup^>^ get ();
}
abstract FileGroups : IMetadataCollection<IFileGroup>
function get FileGroups () : IMetadataCollection<IFileGroup>

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IFileGroup>
An IMetadataCollection<T> of IFileGroup that contains the filegroups that are defined in the database.