Enumeração SequenceCacheType

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 (em Microsoft.SqlServer.SqlEnum.dll)

Sintaxe

'Declaração
Public Enumeration SequenceCacheType
'Uso
Dim instance As SequenceCacheType
public enum SequenceCacheType
public enum class SequenceCacheType
type SequenceCacheType
public enum SequenceCacheType

Membros

Nome do membro Descrição
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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo