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 方法來建立路徑,資料流引擎會對受影響的元件呼叫此方法。

適用於