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.