Aracılığıyla paylaş


IDTSManagedComponentHost100.HostPreExecute 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 HostPreExecute ( _
    pWrapper As IDTSManagedComponentWrapper100 _
)
'Kullanım
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100

instance.HostPreExecute(pWrapper)
void HostPreExecute(
    IDTSManagedComponentWrapper100 pWrapper
)
void HostPreExecute(
    [InAttribute] IDTSManagedComponentWrapper100^ pWrapper
)
abstract HostPreExecute : 
        pWrapper:IDTSManagedComponentWrapper100 -> unit 
function HostPreExecute(
    pWrapper : IDTSManagedComponentWrapper100
)