PipelineComponent::OnInputPathDetached Method (Int32)
Called when an IDTSInput100 object is disconnected from the component through the IDTSPath100 interface.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Parameters
- inputID
-
Type:
System::Int32
Specifies the ID of the IDTSInput100 that was connected to the IDTSPath100 object.
This method is called when an IDTSPath100 object is deleted from the IDTSPathCollection100 collection.
Show: