共用方式為


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.

請參閱

參考

Sequence 類別

Microsoft.SqlServer.Management.Smo 命名空間