PipelineComponent::OnInputPathAttached Method (Int32)
Called when an IDTSInput100 object is connected to the component through the IDTSPath100 interface.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Parameters
- inputID
-
Type:
System::Int32
Contains the ID of the IDTSInput100 object that is attached.
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.
Show: