IDTSForEachEnumeratorUI.Initialize Method

Initializes the user interface for the ForEachEnumerator.

命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

语法

声明
Sub Initialize ( _
    FEEHost As ForEachEnumeratorHost, _
    serviceProvider As IServiceProvider, _
    connections As Connections, _
    variables As Variables _
)
void Initialize (
    ForEachEnumeratorHost FEEHost,
    IServiceProvider serviceProvider,
    Connections connections,
    Variables variables
)
void Initialize (
    ForEachEnumeratorHost^ FEEHost, 
    IServiceProvider^ serviceProvider, 
    Connections^ connections, 
    Variables^ variables
)
void Initialize (
    ForEachEnumeratorHost FEEHost, 
    IServiceProvider serviceProvider, 
    Connections connections, 
    Variables variables
)
function Initialize (
    FEEHost : ForEachEnumeratorHost, 
    serviceProvider : IServiceProvider, 
    connections : Connections, 
    variables : Variables
)

参数

  • serviceProvider
    An IServiceProvider interface provided by the SSIS Designer.
  • connections
    A collection of Connections used by the ForEachEnumerator.
  • variables
    A collection of Variables used by the ForEachEnumerator.

备注

The serviceProvider parameter provides services, such as the ability to create new connections and variables.

线程安全

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

IDTSForEachEnumeratorUI Interface
IDTSForEachEnumeratorUI Members
Microsoft.SqlServer.Dts.Runtime Namespace