Share via


CManagedComponentWrapperClass.OnInputPathDetached(Int32) Method

Definition

public:
 virtual void OnInputPathDetached(int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::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

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