Compartir a través de


ManagedComponentHost.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 event before the host is executed.

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

Sintaxis

'Declaración
Public Sub HostPreExecute ( _
    wrapper As IDTSManagedComponentWrapper100 _
)
'Uso
Dim instance As ManagedComponentHost 
Dim wrapper As IDTSManagedComponentWrapper100

instance.HostPreExecute(wrapper)
public void HostPreExecute(
    IDTSManagedComponentWrapper100 wrapper
)
public:
virtual void HostPreExecute(
    IDTSManagedComponentWrapper100^ wrapper
) sealed
abstract HostPreExecute : 
        wrapper:IDTSManagedComponentWrapper100 -> unit  
override HostPreExecute : 
        wrapper:IDTSManagedComponentWrapper100 -> unit
public final function HostPreExecute(
    wrapper : IDTSManagedComponentWrapper100
)

Parámetros

Implementa

IDTSManagedComponentHost100.HostPreExecute(IDTSManagedComponentWrapper100)

Vea también

Referencia

ManagedComponentHost Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline