PartitionScheme.NextUsedFileGroup プロパティ

状態が NEXT USED のファイル グループの名前を取得または設定します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property NextUsedFileGroup As String 
    Get 
    Set
'使用
Dim instance As PartitionScheme 
Dim value As String 

value = instance.NextUsedFileGroup

instance.NextUsedFileGroup = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string NextUsedFileGroup { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ NextUsedFileGroup {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member NextUsedFileGroup : string with get, set
function get NextUsedFileGroup () : String 
function set NextUsedFileGroup (value : String)

プロパティ値

型: System.String
ファイル グループ名を示す String 値です。

説明

状態が NEXT USED のファイル グループがない場合は、空の文字列を返します。

使用例

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

関連項目

参照

PartitionScheme クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE PARTITION SCHEME (Transact-SQL)