CreateMasterKey プロパティ

イベントがイベント セットに含まれるかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。

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

構文

'宣言
Public Property CreateMasterKey As Boolean
    Get
    Set
'使用
Dim instance As DatabaseEventSet
Dim value As Boolean

value = instance.CreateMasterKey

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

プロパティ値

型: System. . :: . .Boolean
CreateMasterKey イベントがイベント セットに含まれるかどうかを示す Boolean 値です。
True の場合、イベントはイベント セットに含まれます。 そうでない場合は False です。