IDTSDesigntimeComponent100.OnOutputPathAttached(Int32) Method

Definition

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

public:
 void OnOutputPathAttached(int lOutputID);
[System.Runtime.InteropServices.DispId(28)]
public void OnOutputPathAttached (int lOutputID);
[<System.Runtime.InteropServices.DispId(28)>]
abstract member OnOutputPathAttached : int -> unit
Public Sub OnOutputPathAttached (lOutputID As Integer)

Parameters

lOutputID
Int32

The ID of the IDTSOutput100 object.

Attributes

Remarks

This method is called when an IDTSOutput100 of a component is attached to a downstream component through an IDTSPath100.

Applies to