次の方法で共有


FileGroupDefinition.IsDefault プロパティ

このファイル グループがデータベースの既定のファイル グループであるかどうかを示す値を取得または設定します。

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

構文

'宣言
Public Property IsDefault As Boolean 
    Get 
    Set
'使用
Dim instance As FileGroupDefinition 
Dim value As Boolean 

value = instance.IsDefault

instance.IsDefault = value
public bool IsDefault { get; set; }
public:
property bool IsDefault {
    bool get ();
    void set (bool value);
}
member IsDefault : bool with get, set
function get IsDefault () : boolean 
function set IsDefault (value : boolean)

プロパティ値

型: System.Boolean
このファイル グループがデータベースの既定のファイル グループである場合は true、それ以外の場合は false。

関連項目

参照

FileGroupDefinition クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間