Aracılığıyla paylaş


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

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