IDTSForEachEnumeratorUI.Initialize 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 user interface for the ForEachEnumerator.
public:
void Initialize(Microsoft::SqlServer::Dts::Runtime::ForEachEnumeratorHost ^ FEEHost, IServiceProvider ^ serviceProvider, Microsoft::SqlServer::Dts::Runtime::Connections ^ connections, Microsoft::SqlServer::Dts::Runtime::Variables ^ variables);
public void Initialize (Microsoft.SqlServer.Dts.Runtime.ForEachEnumeratorHost FEEHost, IServiceProvider serviceProvider, Microsoft.SqlServer.Dts.Runtime.Connections connections, Microsoft.SqlServer.Dts.Runtime.Variables variables);
abstract member Initialize : Microsoft.SqlServer.Dts.Runtime.ForEachEnumeratorHost * IServiceProvider * Microsoft.SqlServer.Dts.Runtime.Connections * Microsoft.SqlServer.Dts.Runtime.Variables -> unit
Public Sub Initialize (FEEHost As ForEachEnumeratorHost, serviceProvider As IServiceProvider, connections As Connections, variables As Variables)
Parameters
- FEEHost
- ForEachEnumeratorHost
The host that contains the ForEachEnumerator.
- serviceProvider
- IServiceProvider
An IServiceProvider interface provided by the SSIS Designer.
- connections
- Connections
A collection of Connections used by the ForEachEnumerator.
- variables
- Variables
A collection of Variables used by the ForEachEnumerator.
Remarks
The serviceProvider
parameter provides services, such as the ability to create new connections and variables.