Share via


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);

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