NextUsedFileGroup プロパティ
状態が NEXT USED のファイル グループの名前を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property NextUsedFileGroup As String
Get
Set
'使用
Dim instance As PartitionScheme
Dim value As String
value = instance.NextUsedFileGroup
instance.NextUsedFileGroup = value
[SfcPropertyAttribute]
public string NextUsedFileGroup { get; set; }
[SfcPropertyAttribute]
public:
property String^ NextUsedFileGroup {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member NextUsedFileGroup : string with get, set
function get NextUsedFileGroup () : String
function set NextUsedFileGroup (value : String)
プロパティ値
型: System. . :: . .String
ファイル グループ名を示す String 値です。
説明
状態が NEXT USED のファイル グループがない場合は、空の文字列を返します。