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
)
매개 변수
- FEEHost
The host that contains the ForEachEnumerator.
- 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