Metodo ManagedComponentHost.HostPreExecute
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies the event before the host is executed.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Sintassi
'Dichiarazione
Public Sub HostPreExecute ( _
wrapper As IDTSManagedComponentWrapper100 _
)
'Utilizzo
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
)
Parametri
- wrapper
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
Implementa
IDTSManagedComponentHost100.HostPreExecute(IDTSManagedComponentWrapper100)