PipelineComponent.OnInputPathAttached(Int32) Method

Definition

Called when an IDTSInput100 object is connected to the component through the IDTSPath100 interface.

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

Parameters

inputID
Int32

Contains the ID of the IDTSInput100 object that is attached.

Remarks

This method is called in response to a call to the AttachPathAndPropagateNotifications method. This method notifies your component that the IDTSInput100 object specified by inputID is connected to another component through the IDTSPath100 interface.

Applies to