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 | |
---|---|---|
Current | Gets the current field collection from the enumerator. |
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.