オプションの値が ENABLED かどうかを示す値を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property IsEnabled As Boolean
Get
Set
'使用
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);
}
member IsEnabled : bool with get, set
function get IsEnabled () : boolean
function set IsEnabled (value : boolean)
プロパティ値
型: System.Boolean
オプションの値が ENABLED の場合は true、それ以外の場合は false。