다음을 통해 공유


FileGroups 속성

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

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property FileGroups As IMetadataCollection(Of IFileGroup)
    Get
‘사용 방법
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>

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'IFileGroup> ) > ) >
An IMetadataCollection<(Of <(<'T>)>)> of IFileGroup that contains the filegroups that are defined in the database.