Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the types of Sequence options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration SequenceOptionKind
'Usage
Dim instance As SequenceOptionKind
public enum SequenceOptionKind
public enum class SequenceOptionKind
type SequenceOptionKind
public enum SequenceOptionKind
Members
Member name | Description | |
---|---|---|
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. |