IDTSDesigntimeComponent100.OnInputPathDetached(Int32) Method

Definition

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