Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the OFF option is specified.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property IsOff As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if the OFF option is specified; otherwise, false.