Condividi tramite


Metodo HostPostExecute

Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Sintassi

'Dichiarazione
Public Sub HostPostExecute ( _
    wrapper As IDTSManagedComponentWrapper100 _
)
'Utilizzo
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100

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

Implementa

IDTSManagedComponentHost100. . :: . .HostPostExecute(IDTSManagedComponentWrapper100)