ManagedComponentHost.HostPrepareForExecute Method

Definition

Prepares the host for execution.

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

Parameters

wrapper
IDTSManagedComponentWrapper100

The component wrapper.

Implements

Applies to