CManagedComponentWrapperClass.OnInputPathDetached(Int32) Method

Definition

Called when the IDTSInput100 object of the component is disconnected from an upstream component.

public:
 virtual void OnInputPathDetached(int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::OnInputPathDetached;
[System.Runtime.InteropServices.DispId(26)]
public virtual void OnInputPathDetached (int lInputID);
[<System.Runtime.InteropServices.DispId(26)>]
abstract member OnInputPathDetached : int -> unit
override this.OnInputPathDetached : int -> unit
Public Overridable Sub OnInputPathDetached (lInputID As Integer)

Parameters

lInputID
Int32

The ID of the IDTSInput100 object that is disconnected.

Implements

Attributes

Remarks

This method is called by the data flow task when the IDTSInput100 object of a component is detached from an IDTSPath100 object. It should not be called directly by developers who are programmatically editing a component.

Applies to