Поделиться через


Класс ADORowsetEnumerator

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

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Сборка:  Microsoft.SqlServer.ForEachADOEnumerator (в Microsoft.SqlServer.ForEachADOEnumerator.dll)

Синтаксис

'Декларация
Public NotInheritable Class ADORowsetEnumerator _
    Implements IEnumerator
'Применение
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

Тип ADORowsetEnumerator обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Current Gets the current field collection from the enumerator.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от 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 (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO