PipelineComponent.OnInputPathAttached(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 connected to the component through the IDTSPath100 interface.
public:
virtual void OnInputPathAttached(int inputID);
public virtual void OnInputPathAttached (int inputID);
abstract member OnInputPathAttached : int -> unit
override this.OnInputPathAttached : int -> unit
Public Overridable Sub OnInputPathAttached (inputID As Integer)
Parameters
- inputID
- Int32
Contains the ID of the IDTSInput100 object that is attached.
Remarks
This method is called in response to a call to the AttachPathAndPropagateNotifications method. This method notifies your component that the IDTSInput100 object specified by inputID
is connected to another component through the IDTSPath100 interface.