SequenceOptionKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of Sequence options
public enum SequenceOptionKind
type SequenceOptionKind =
Public Enum SequenceOptionKind
- Inheritance
-
SequenceOptionKind
Fields
Name | Value | Description |
---|---|---|
As | 0 | |
MinValue | 1 | |
MaxValue | 2 | |
Cache | 3 | |
Cycle | 4 | |
Start | 5 | |
Increment | 6 | |
Restart | 7 |