Freigeben über


DataRowEnumerator-Klasse

Supports iteration when the ADOEnumerationType is set to return EnumerateAllRows, and the variable contains a data set. This class cannot be inherited.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO.DataRowEnumerator

Namespace:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly:  Microsoft.SqlServer.ForEachADOEnumerator (in Microsoft.SqlServer.ForEachADOEnumerator.dll)

Syntax

'Declaration
Public NotInheritable Class DataRowEnumerator _
    Implements IEnumerator
'Usage
Dim instance As DataRowEnumerator
public sealed class DataRowEnumerator : IEnumerator
public ref class DataRowEnumerator sealed : IEnumerator
[<SealedAttribute>]
type DataRowEnumerator =  
    class 
        interface IEnumerator 
    end
public final class DataRowEnumerator implements IEnumerator

Der DataRowEnumerator-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Current Gets the current element in the collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode MoveNext Advances the enumerator to the next element of the collection. Returns a Boolean indicating whether the MoveNext was successful.
Öffentliche Methode Reset Sets the enumerator to its initial position, which is before the first element in the collection.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO-Namespace