Sequence.IsCycleEnabled プロパティ

最小値または最大値を超過した場合に、シーケンス オブジェクトを最小値 (または降順シーケンス オブジェクトの最大値) から再起動するか、例外をスローするかを指定する Boolean を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsCycleEnabled As Boolean 
    Get 
    Set
'使用
Dim instance As Sequence 
Dim value As Boolean 

value = instance.IsCycleEnabled

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

プロパティ値

型: System.Boolean
シーケンスを再起動する場合は true、そうでない場合は false になる Boolean です。

関連項目

参照

Sequence クラス

Microsoft.SqlServer.Management.Smo 名前空間