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 this particular set statement is set to an ON ( true ) or OFF ( false ) state.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property IsOn As Boolean
Get
Set
'Usage
Dim instance As SetOnOffStatement
Dim value As Boolean
value = instance.IsOn
instance.IsOn = value
public bool IsOn { get; set; }
public:
property bool IsOn {
bool get ();
void set (bool value);
}
member IsOn : bool with get, set
function get IsOn () : boolean
function set IsOn (value : boolean)
Property Value
Type: System.Boolean
True if the particular set statement is set to an ON; otherwise, false.