Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
Current | Gets the current element in the collection. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MoveNext | Advances the enumerator to the next element of the collection. Returns a Boolean indicating whether the MoveNext was successful. |
![]() |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
![]() |
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.
.gif)
.gif)