Partager via


Énumération SequenceCacheType

The SequenceCacheType enumeration contains constant values that specify the type of caching used by a Sequence.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Syntaxe

'Déclaration
Public Enumeration SequenceCacheType
'Utilisation
Dim instance As SequenceCacheType
public enum SequenceCacheType
public enum class SequenceCacheType
type SequenceCacheType
public enum SequenceCacheType

Membres

Nom de membre 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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.Smo