IDTSDesigntimeComponent100.OnInputPathAttached(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
- 屬性
備註
當參數識別lInputIDIDTSOutput100的路徑IDTSInput100與上游元件之間建立路徑時,稱為此方法。
當程式化建立兩個元件間的路徑時, AttachPathAndPropagateNotifications 會使用此方法建立路徑,資料流引擎會對受影響的元件呼叫此方法。