EnabledDisabledPayloadOption.IsEnabled プロパティ

オプションの値が ENABLED であるかどうかを取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property IsEnabled As Boolean
'使用
Dim instance As EnabledDisabledPayloadOption
Dim value As Boolean

value = instance.IsEnabled

instance.IsEnabled = value
public bool IsEnabled { get; set; }
public:
property bool IsEnabled {
    bool get ();
    void set (bool value);
}
public function get IsEnabled () : boolean
public function set IsEnabled (value : boolean)

プロパティ値

型 : System.Boolean

参照

参照

EnabledDisabledPayloadOption クラス

EnabledDisabledPayloadOption メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間