Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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. |