Compartir a través de


Enumeración SequenceCacheType

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public Enumeration SequenceCacheType
'Uso
Dim instance As SequenceCacheType
public enum SequenceCacheType
public enum class SequenceCacheType
type SequenceCacheType
public enum SequenceCacheType

Miembros

Nombre del miembro Descripción
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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo