OptionState 열거형
Specifies an option state.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Enumeration OptionState
‘사용 방법
Dim instance As OptionState
public enum OptionState
public enum class OptionState
type OptionState
public enum OptionState
멤버
멤버 이름 | 설명 | |
---|---|---|
NotSet | The State is NotSet. | |
Off | The State is Off. | |
On | The State is On. |