ForEachEnumeratorHostClass.InitializeForEachEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the properties associated with the task.
public:
virtual void InitializeForEachEnumerator(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ pConnections, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSObjectReferenceTracker100 ^ pRefTracker) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSForEachEnumerator100::InitializeForEachEnumerator;
public virtual void InitializeForEachEnumerator (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 pConnections, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100 pRefTracker);
abstract member InitializeForEachEnumerator : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100 -> unit
override this.InitializeForEachEnumerator : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100 -> unit
Public Overridable Sub InitializeForEachEnumerator (pConnections As IDTSConnections100, pEvents As IDTSInfoEvents100, pRefTracker As IDTSObjectReferenceTracker100)
Parameters
- pConnections
- IDTSConnections100
The IDTSConnections100 collection of the package.
- pEvents
- IDTSInfoEvents100
The IDTSInfoEvents100 supplied by the package.
- pRefTracker
- IDTSObjectReferenceTracker100
Reserved for future use. Use null.