CManagedComponentWrapperClass.OnInputPathAttached(Int32) 方法

定義

public:
 virtual void OnInputPathAttached(int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSDesigntimeComponent100::OnInputPathAttached;
[System.Runtime.InteropServices.DispId(27)]
public virtual void OnInputPathAttached (int lInputID);
[<System.Runtime.InteropServices.DispId(27)>]
abstract member OnInputPathAttached : int -> unit
override this.OnInputPathAttached : int -> unit
Public Overridable Sub OnInputPathAttached (lInputID As Integer)

參數

lInputID
Int32

實作

屬性

備註

呼叫 AttachPathAndPropagateNotifications 方法時,資料流程工作會呼叫這個方法,並提供通知給輸入已連接的元件。 不應由以程式設計方式編輯元件的開發人員直接呼叫它。

適用於