This topic has not yet been rated - Rate this topic

IDTSDesigntimeComponent100.OnInputPathDetached Method

Called when an IDTSPath100 object that contains the specified IDTSInput100 object is deleted.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
void OnInputPathDetached(
	int lInputID
)

Parameters

lInputID
Type: System.Int32
Specifies the ID of the IDTSInput100 object that was connected to the IDTSPath100 object.

This method is called when an IDTSPath100 object is deleted from the IDTSPathCollection100 collection to which the IDTSInput100 identified by the lInputID parameter belongs.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ