PartitionScheme.FileGroups プロパティ

FileGroup オブジェクトのコレクションを表します。 各 FileGroup オブジェクトは、データベースで定義されたファイル グループを表します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property FileGroups As StringCollection 
    Get
'使用
Dim instance As PartitionScheme 
Dim value As StringCollection 

value = instance.FileGroups
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public StringCollection FileGroups { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property StringCollection^ FileGroups {
    StringCollection^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member FileGroups : StringCollection
function get FileGroups () : StringCollection

プロパティ値

型: System.Collections.Specialized.StringCollection
データベースのすべてのファイル グループを表す FileGroupCollection オブジェクトです。

使用例

ファイルとファイル グループを使用したデータの格納

関連項目

参照

PartitionScheme クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE PARTITION SCHEME (Transact-SQL)