CManagedComponentWrapperClass.OnInputPathAttached(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 方法時,資料流程工作會呼叫這個方法,並提供通知給輸入已連接的元件。 不應由以程式設計方式編輯元件的開發人員直接呼叫它。