共用方式為


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.