Expand Minimize
This topic has not yet been rated - Rate this topic

SequenceCacheType Enumeration

SQL Server 2012

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum SequenceCacheType
Member nameDescription
DefaultCacheThe sequence is cached with default cache size.
NoCacheThe sequence is not cached.
CacheWithSizeThe sequence is cached with a specified cache size.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.