ManagedComponentHost.HostPrepareForExecute Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

'Declaration
Public Sub HostPrepareForExecute ( _
    wrapper As IDTSManagedComponentWrapper100 _
)
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100

instance.HostPrepareForExecute(wrapper)
public void HostPrepareForExecute(
    IDTSManagedComponentWrapper100 wrapper
)
public:
virtual void HostPrepareForExecute(
    IDTSManagedComponentWrapper100^ wrapper
) sealed
abstract HostPrepareForExecute : 
        wrapper:IDTSManagedComponentWrapper100 -> unit 
override HostPrepareForExecute : 
        wrapper:IDTSManagedComponentWrapper100 -> unit 
public final function HostPrepareForExecute(
    wrapper : IDTSManagedComponentWrapper100
)

Implements

IDTSManagedComponentHost100.HostPrepareForExecute(IDTSManagedComponentWrapper100)