共用方式為


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