IDTSForEachEnumerator100.InitializeForEachEnumerator Method
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes the properties associated with the task.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
void InitializeForEachEnumerator(
IDTSConnections100 pConnections,
IDTSInfoEvents100 pEvents,
IDTSObjectReferenceTracker100 pRefTracker
)
Parameters
- pConnections
- Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
A collection of the connections.
- pEvents
- Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
An object that implements the IDTSInfoEvents100 interface for firing events (errors, warnings, and so on) during persistence.
- pRefTracker
- Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100
The reference tracker.