Compartilhar via


Classe ADORowsetEnumerator

Supports iteration over an ActiveX Data Objects (ADO) recordset. This class cannot be inherited.

Hierarquia de herança

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

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

Sintaxe

'Declaração
Public NotInheritable Class ADORowsetEnumerator _
    Implements IEnumerator
'Uso
Dim instance As ADORowsetEnumerator
public sealed class ADORowsetEnumerator : IEnumerator
public ref class ADORowsetEnumerator sealed : IEnumerator
[<SealedAttribute>]
type ADORowsetEnumerator =  
    class 
        interface IEnumerator 
    end
public final class ADORowsetEnumerator implements IEnumerator

O tipo ADORowsetEnumerator expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Current Gets the current field collection from the enumerator.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público MoveNext Advances the enumerator to the next element of the collection. Returns a Boolean indicating whether the MoveNext was successful.
Método público Reset Sets the enumerator to its initial position, which is before the first element in the collection.
Método público 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.

Consulte também

Referência

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