Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The SequenceCacheType enumeration contains constant values that specify the type of caching used by a Sequence.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration SequenceCacheType
'Usage
Dim instance As SequenceCacheType
public enum SequenceCacheType
public enum class SequenceCacheType
type SequenceCacheType
public enum SequenceCacheType
Members
| 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. |