다음을 통해 공유


SequenceCacheType 열거형

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)

구문

‘선언
Public Enumeration SequenceCacheType
‘사용 방법
Dim instance As SequenceCacheType
public enum SequenceCacheType
public enum class SequenceCacheType
type SequenceCacheType
public enum SequenceCacheType

멤버

멤버 이름 설명
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.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스