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
Members
Member name | Description | |
---|---|---|
NotSet | The State is NotSet. | |
Off | The State is Off. | |
On | The State is On. |