IDTSDesigntimeComponent100.OnInputPathAttached(Int32) 方法

定义

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

参数

lInputID
Int32
属性

注解

当通过参数 lInputID 识别的IDTSInput100与上游组件的IDTSOutput100之间建立一条路径时,就调用了该方法。

在程序化建立两个组件之间的路径时,会使用 AttachPathAndPropagateNotifications 方法来建立路径,数据流引擎则会调用该方法对受影响的组件进行响应。

适用于