Compartilhar via


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

The Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO namespace contains the interfaces and classes used to set properties on the ADO enumerator.

Classes

  Classe Descrição
Classe pública ADORowsetEnumerator Supports iteration over an ActiveX Data Objects (ADO) recordset. This class cannot be inherited.
Classe pública DataColEnumerator This class is used when the ADO enumerator returns a Dataset or Recordset. This enumerator allows you to enumerate over the columns. This class cannot be inherited.
Classe pública DataRowEnumerator Supports iteration when the ADOEnumerationType is set to return EnumerateAllRows, and the variable contains a data set. This class cannot be inherited.
Classe pública EmptyEnumerator Acts as a placeholder when enumeration is called on an empty collection. This class cannot be inherited.
Classe pública FieldColEnumerator This class is used when the ADO enumerator returns a Dataset or Recordset. This enumerator allows you to enumerate over the fields. This class cannot be inherited.
Classe pública ForEachADOEnumerator Enumerates over rows in a dataset, data table, or recordset. This class cannot be inherited.
Classe pública ForEachSchemaRowsetEnumerator Contains the methods and properties for implementing a Foreach loop that enumerates over a schema rowset. This class cannot be inherited.

Interfaces

  Interface Descrição
Interface pública IDTSForEachADOEnumerator Supports iteration over rows in a dataset, data table, or recordset. This interface is inherited and used by the ForEachADOEnumerator.
Interface pública IDTSForEachSchemaRowsetEnumerator Contains properties used by the ForEachSchemaRowsetEnumerator.

Enumerações

  Enumeração Descrição
Enumeração pública ADOEnumerationType Describes the objects that are the subject of the enumeration.