다음을 통해 공유


Sequence.SequenceCacheType 속성

Gets or sets a SequenceCacheType which indicates how the sequence is cached.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property SequenceCacheType As SequenceCacheType 
    Get 
    Set
‘사용 방법
Dim instance As Sequence 
Dim value As SequenceCacheType 

value = instance.SequenceCacheType

instance.SequenceCacheType = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public SequenceCacheType SequenceCacheType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property SequenceCacheType SequenceCacheType {
    SequenceCacheType get ();
    void set (SequenceCacheType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member SequenceCacheType : SequenceCacheType with get, set
function get SequenceCacheType () : SequenceCacheType 
function set SequenceCacheType (value : SequenceCacheType)

속성 값

유형: Microsoft.SqlServer.Management.Smo.SequenceCacheType
A SequenceCacheType which indicates how the sequence is cached.

참고 항목

참조

Sequence 클래스

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