共用方式為


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