CManagedComponentWrapperClass.OnOutputPathAttached(Int32) 方法

定義

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

參數

lOutputID
Int32

實作

屬性

備註

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

適用於