SequenceCacheType 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.
Specifies the cache type of a Sequence object.
public enum SequenceCacheType
type SequenceCacheType =
Public Enum SequenceCacheType
- Inheritance
-
SequenceCacheType
Fields
Name | Value | Description |
---|---|---|
DefaultCache | 0 | To use default cache size |
NoCache | 1 | No cache option |
CacheWithSize | 2 | To specify the cache size |