Condividi tramite


ForEachEnumeratorUI.Initialize Method

Provides information to initialize the graphical user interface for the ForEachEnumerator.

Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintassi

'Dichiarazione
Public Overridable Sub Initialize ( _
    FEEHost As ForEachEnumeratorHost, _
    serviceProvider As IServiceProvider, _
    connections As Connections, _
    variables As Variables _
)
public virtual void Initialize (
    ForEachEnumeratorHost FEEHost,
    IServiceProvider serviceProvider,
    Connections connections,
    Variables variables
)
public:
virtual void Initialize (
    ForEachEnumeratorHost^ FEEHost, 
    IServiceProvider^ serviceProvider, 
    Connections^ connections, 
    Variables^ variables
)
public void Initialize (
    ForEachEnumeratorHost FEEHost, 
    IServiceProvider serviceProvider, 
    Connections connections, 
    Variables variables
)
public function Initialize (
    FEEHost : ForEachEnumeratorHost, 
    serviceProvider : IServiceProvider, 
    connections : Connections, 
    variables : Variables
)

Parametri

  • serviceProvider
    The IServiceProvider interface provided by the designer.
  • variables
    The Variables collection for the ForEachEnumerator.

Osservazioni

The ForEachEnumeratorUI interface defines the collections needed by the ForEachEnumerator user interface to initialize and display the enumerator's user interface and populate any drop-downs, such as a drop-down that contains available connections and variables. The user interface calls the Initialize method, which provides the ForEachEnumeratorHost and Variables collection objects as parameters.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

ForEachEnumeratorUI Class
ForEachEnumeratorUI Members
Microsoft.SqlServer.Dts.Runtime Namespace