SequenceCacheType Enumeration
The SequenceCacheType enumeration contains constant values that specify the type of caching used by a Sequence.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| CacheWithSize | The sequence is cached with a specified cache size. | |
| DefaultCache | The sequence is cached with default cache size. | |
| NoCache | The sequence is not cached. |
Show: