IDTSManagedComponentHost100.HostPrepareForExecute Method

Definition

Prepares the host for execution.

public:
 void HostPrepareForExecute(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper);
public void HostPrepareForExecute (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper);
abstract member HostPrepareForExecute : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 -> unit
Public Sub HostPrepareForExecute (pWrapper As IDTSManagedComponentWrapper100)

Parameters

pWrapper
IDTSManagedComponentWrapper100

The wrapper.

Applies to