Share via


IDTSForEachADOEnumerator Interface

Supports iteration over rows in a dataset, data table, or recordset. This interface is inherited and used by the ForEachADOEnumerator.

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

Syntax

'Declaration
Public Interface IDTSForEachADOEnumerator
'Usage
Dim instance As IDTSForEachADOEnumerator
public interface IDTSForEachADOEnumerator
public interface class IDTSForEachADOEnumerator
type IDTSForEachADOEnumerator =  interface end
public interface IDTSForEachADOEnumerator

The IDTSForEachADOEnumerator type exposes the following members.

Properties

  Name Description
Public property DataObjectVariable Gets or sets a String that contains the persisted data object from the enumerator.
Public property Type Gets or sets a value that indicates what type of object to enumerate over.

Top

See Also

Reference

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