Aracılığıyla paylaş


IDTSManagedComponentHost100.HostPostExecute Yöntemi

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)

Sözdizimi

'Bildirim
Sub HostPostExecute ( _
    pWrapper As IDTSManagedComponentWrapper100 _
)
'Kullanım
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
)