IDTSDesigntimeComponent100.OnInputPathDetached(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.