Classe DataRowEnumerator
Supports iteration when the ADOEnumerationType is set to return EnumerateAllRows, and the variable contains a data set. This class cannot be inherited.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO.DataRowEnumerator
Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly: Microsoft.SqlServer.ForEachADOEnumerator (em Microsoft.SqlServer.ForEachADOEnumerator.dll)
Sintaxe
'Declaração
Public NotInheritable Class DataRowEnumerator _
Implements IEnumerator
'Uso
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
O tipo DataRowEnumerator expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Current | Gets the current element in the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de 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 | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.