次の方法で共有


FileGroups プロパティ

データベースに定義されているファイル グループのコレクションを取得します。

名前空間:  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> ) > ) >
データベースに定義されているファイル グループを含む IFileGroupIMetadataCollection<(Of <(<'T>)>)> です。