IDTSDesigntimeComponent100.OnInputPathDetached(Int32) Method

Definition

Called when an IDTSPath100 object that contains the specified IDTSInput100 object is deleted.

public:
 void OnInputPathDetached(int lInputID);
[System.Runtime.InteropServices.DispId(26)]
public void OnInputPathDetached (int lInputID);
[<System.Runtime.InteropServices.DispId(26)>]
abstract member OnInputPathDetached : int -> unit
Public Sub OnInputPathDetached (lInputID As Integer)

Parameters

lInputID
Int32

Contains the ID of the IDTSInput100 object that is detached.

Attributes

Remarks

This method is called when an IDTSPath100 object is deleted from the IDTSPathCollection100 collection to which the IDTSInput100 identified by the lInputID parameter belongs.

Applies to