Classe EmptyEnumerator
Provides an empty enumerator that is returned by the Integration Services runtime when there are no elements in the collection to enumerate over.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime..::..EmptyEnumerator
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public NotInheritable Class EmptyEnumerator _
Implements IEnumerator
'Utilisation
Dim instance As EmptyEnumerator
public sealed class EmptyEnumerator : IEnumerator
public ref class EmptyEnumerator sealed : IEnumerator
[<SealedAttribute>]
type EmptyEnumerator =
class
interface IEnumerator
end
public final class EmptyEnumerator implements IEnumerator
Le type EmptyEnumerator expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
EmptyEnumerator | Initializes a new instance of the EmptyEnumerator class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Current | Raises an error that indicates an empty enumerator. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
MoveNext | Advances the enumerator to the next element of the collection. The EmptyEnumerator returns false for this method, because there is no object to move to in the empty collection. | |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. | |
ToString | (hérité de Object.) |
Haut de la page
Notes
An EmptyEnumerator returns false on the first call to MoveNext, which tells you that the enumerator is at the end of its collection.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.