Freigeben über


OptionState-Enumeration

Specifies an option state.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration OptionState
'Usage
Dim instance As OptionState
public enum OptionState
public enum class OptionState
type OptionState
public enum OptionState

Elemente

Elementname Beschreibung
NotSet The State is NotSet.
Off The State is Off.
On The State is On.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace