Metodo IDTSManagedComponentHost100.HostPrepareForExecute

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Prepares the host for execution.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Sub HostPrepareForExecute ( _
    pWrapper As IDTSManagedComponentWrapper100 _
)
'Utilizzo
Dim instance As IDTSManagedComponentHost100 
Dim pWrapper As IDTSManagedComponentWrapper100

instance.HostPrepareForExecute(pWrapper)
void HostPrepareForExecute(
    IDTSManagedComponentWrapper100 pWrapper
)
void HostPrepareForExecute(
    [InAttribute] IDTSManagedComponentWrapper100^ pWrapper
)
abstract HostPrepareForExecute : 
        pWrapper:IDTSManagedComponentWrapper100 -> unit
function HostPrepareForExecute(
    pWrapper : IDTSManagedComponentWrapper100
)

Parametri

Vedere anche

Riferimento

IDTSManagedComponentHost100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper