WitnessDatabaseOption.IsOff 属性

Gets or sets whether the OFF option is specified.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property IsOff As Boolean 
    Get 
    Set
用法
Dim instance As WitnessDatabaseOption 
Dim value As Boolean 

value = instance.IsOff

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

属性值

类型:System.Boolean
true if the OFF option is specified; otherwise, false.

请参阅

参考

WitnessDatabaseOption 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间