共用方式為


IsDefault 屬性

取得或設定 Boolean 值,指定檔案群組是否為資料庫的預設檔案群組。

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsDefault As Boolean
    Get
    Set
'用途
Dim instance As FileGroup
Dim value As Boolean

value = instance.IsDefault

instance.IsDefault = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsDefault { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsDefault {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsDefault : bool with get, set
function get IsDefault () : boolean
function set IsDefault (value : boolean)

屬性值

型別:System. . :: . .Boolean
Boolean 值,指定檔案群組是否為預設檔案群組。
如果為 True,表示檔案群組是資料庫的預設檔案群組,否則為 False (預設值)。