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的节点IDTSInput100IDTSOutput100上游分量之间建立一条路径时,就调用了该方法。

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

适用于