Sequence.SequenceCacheType プロパティ

シーケンスのキャッシュ方法を示す SequenceCacheType を取得または設定します。

名前空間:  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
シーケンスのキャッシュ方法を示す SequenceCacheType です。

関連項目

参照

Sequence クラス

Microsoft.SqlServer.Management.Smo 名前空間