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时,调用该方法。

适用于