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 命名空间