다음을 통해 공유


Sequence.CacheSize 속성

Gets or sets the number of sequence values to be cached.

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

구문

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

value = instance.CacheSize

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

속성 값

유형: System.Int32
An Int32 representing the number of sequence values cached.

참고 항목

참조

Sequence 클래스

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