ManagedComponentHost.HostOnOutputPathAttached Method

Definition

Specifies the host on attached output path.

public:
 virtual void HostOnOutputPathAttached(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int outputID);
public void HostOnOutputPathAttached (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int outputID);
abstract member HostOnOutputPathAttached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
override this.HostOnOutputPathAttached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
Public Sub HostOnOutputPathAttached (wrapper As IDTSManagedComponentWrapper100, outputID As Integer)

Parameters

wrapper
IDTSManagedComponentWrapper100

The component wrapper.

outputID
Int32

The output identifier.

Implements

Applies to