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 the session option value for TRACK_CAUSALITY and STARTUP_STATE options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property OptionState As OptionState
Get
Set
'Usage
Dim instance As OnOffSessionOption
Dim value As OptionState
value = instance.OptionState
instance.OptionState = value
public OptionState OptionState { get; set; }
public:
property OptionState OptionState {
OptionState get ();
void set (OptionState value);
}
member OptionState : OptionState with get, set
function get OptionState () : OptionState
function set OptionState (value : OptionState)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.OptionState
The session option value for TRACK_CAUSALITY and STARTUP_STATE options.