Metoda IDTSManagedComponentHost100.HostPostExecute
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Sub HostPostExecute ( _
pWrapper As IDTSManagedComponentWrapper100 _
)
'Użycie
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
)
Parametry
Zobacz także