Sequence.IsExhausted 속성
Gets a Boolean which indicates whether the sequence is exhausted.
네임스페이스: 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
A Boolean which is true if the Sequence is exhausted; otherwise false.