CManagedComponentWrapperClass.OnInputPathAttached(Int32) Method

Definition

Called when an IDTSInput100 object of the component is attached to a downstream component.

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

Parameters

lInputID
Int32

The ID of the IDTSInput100.

Implements

Attributes

Remarks

This method is called by the data flow task when the AttachPathAndPropagateNotifications method is called, and provides notification to the component that the input has been connected. It should not be called directly by developers who are programmatically editing a component.

Applies to