HostPrepareForExecute-Methode
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub HostPrepareForExecute ( _
pWrapper As IDTSManagedComponentWrapper100 _
)
'Usage
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
)