Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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. |