Metodo IDTSManagedComponentHost100.HostPostExecute
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies the host after execution.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
Sub HostPostExecute ( _
pWrapper As IDTSManagedComponentWrapper100 _
)
'Utilizzo
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
instance.HostPostExecute(pWrapper)
void HostPostExecute(
IDTSManagedComponentWrapper100 pWrapper
)
void HostPostExecute(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper
)
abstract HostPostExecute :
pWrapper:IDTSManagedComponentWrapper100 -> unit
function HostPostExecute(
pWrapper : IDTSManagedComponentWrapper100
)
Parametri
- pWrapper
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper used.