Sequence.IsExhausted プロパティ

シーケンスをすべて使用したかどうかを示す Boolean を取得します。

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

構文

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

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

プロパティ値

型: System.Boolean
Sequence をすべて使用した場合は true、それ以外の場合は false になる Boolean です。

関連項目

参照

Sequence クラス

Microsoft.SqlServer.Management.Smo 名前空間