Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.OptionState
The state of the option.