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
属性

注解

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

适用于