HostPreExecute Método
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
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)