SequenceOptionKind 열거형
Specifies the types of Sequence options.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Enumeration SequenceOptionKind
‘사용 방법
Dim instance As SequenceOptionKind
public enum SequenceOptionKind
public enum class SequenceOptionKind
type SequenceOptionKind
public enum SequenceOptionKind
멤버
멤버 이름 | 설명 | |
---|---|---|
As | The option is As. | |
Cache | The option is Cache. | |
Cycle | The option is Cycle. | |
Increment | The option is Increment. | |
MaxValue | The option is MaxValue. | |
MinValue | The option is MinValue. | |
Restart | The option is Restart. | |
Start | The option is Start. |