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