Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
DataObjectVariable | Gets or sets a String that contains the persisted data object from the enumerator. |
![]() |
Type | Gets or sets a value that indicates what type of object to enumerate over. |
Top