Compartir a través de


IDTSManagedComponentHost100.HostPreExecute Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Specifies the host before execution.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Sub HostPreExecute ( _
    pWrapper As IDTSManagedComponentWrapper100 _
)
'Uso
Dim instance As IDTSManagedComponentHost100 
Dim pWrapper As IDTSManagedComponentWrapper100

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

Parámetros

Vea también

Referencia

IDTSManagedComponentHost100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper