PipelineComponent::OnOutputPathAttached Method (Int32)

 

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

Namespace:   Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

public:
virtual void OnOutputPathAttached(
	int outputID
)

Parameters

outputID
Type: System::Int32

The ID of the IDTSOutput100 object.

Return to top
Show: