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 the state of the option.
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 OnOffDatabaseOption
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 state of the option.