다음을 통해 공유


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.

클래스

  클래스 설명
공용 클래스 ADORowsetEnumerator Supports iteration over an ActiveX Data Objects (ADO) recordset. This class cannot be inherited.
공용 클래스 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.
공용 클래스 DataRowEnumerator Supports iteration when the ADOEnumerationType is set to return EnumerateAllRows, and the variable contains a data set. This class cannot be inherited.
공용 클래스 EmptyEnumerator Acts as a placeholder when enumeration is called on an empty collection. This class cannot be inherited.
공용 클래스 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.
공용 클래스 ForEachADOEnumerator Enumerates over rows in a dataset, data table, or recordset. This class cannot be inherited.
공용 클래스 ForEachSchemaRowsetEnumerator Contains the methods and properties for implementing a Foreach loop that enumerates over a schema rowset. This class cannot be inherited.

인터페이스

  인터페이스 설명
공용 인터페이스 IDTSForEachADOEnumerator Supports iteration over rows in a dataset, data table, or recordset. This interface is inherited and used by the ForEachADOEnumerator.
공용 인터페이스 IDTSForEachSchemaRowsetEnumerator Contains properties used by the ForEachSchemaRowsetEnumerator.

열거형

  열거형 설명
공용 열거형 ADOEnumerationType Describes the objects that are the subject of the enumeration.