共用方式為


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