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 命名空间