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. |