PipelineComponent.OnInputPathDetached(Int32) Method

Definition

Called when an IDTSInput100 object is disconnected from the component through the IDTSPath100 interface.

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

Parameters

inputID
Int32

Specifies the ID of the IDTSInput100 that was connected to the IDTSPath100 object.

Remarks

This method is called when an IDTSPath100 object is deleted from the IDTSPathCollection100 collection.

Applies to