Свойство 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