Partager via


Propriété Sequence.IsExhausted

Gets a Boolean which indicates whether the sequence is exhausted.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsExhausted As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
A Boolean which is true if the Sequence is exhausted; otherwise false.

Voir aussi

Référence

Sequence Classe

Espace de noms Microsoft.SqlServer.Management.Smo