Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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. |