PipelineComponent.OnOutputPathAttached(Int32) Method

Definition

Called when an IDTSOutput100 object of the component is attached to a downstream component.

public:
 virtual void OnOutputPathAttached(int outputID);
public virtual void OnOutputPathAttached (int outputID);
abstract member OnOutputPathAttached : int -> unit
override this.OnOutputPathAttached : int -> unit
Public Overridable Sub OnOutputPathAttached (outputID As Integer)

Parameters

outputID
Int32

The ID of the IDTSOutput100 object.

Applies to