IDTSDesigntimeComponent100.OnOutputPathAttached(Int32) 方法

定义

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)

参数

lOutputID
Int32
属性

注解

当组件的 IDTSOutput100 通过 IDTSPath100 附加到下游组件时,将调用此方法。

适用于