ADORowsetEnumerator Class

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

Namespace: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly: Microsoft.SqlServer.ForEachADOEnumerator (in microsoft.sqlserver.foreachadoenumerator.dll)

Syntax

'Declaration
Public NotInheritable Class ADORowsetEnumerator
    Implements IEnumerator
public sealed class ADORowsetEnumerator : IEnumerator
public ref class ADORowsetEnumerator sealed : IEnumerator
public final class ADORowsetEnumerator implements IEnumerator
public final class ADORowsetEnumerator implements IEnumerator

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

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