CManagedComponentWrapperClass.OnOutputPathAttached(Int32) 方法

定义

public:
 virtual void OnOutputPathAttached(int lOutputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::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 方法时,数据流任务调用该方法以通知事件的组件。 开发者在程序编辑组件时不应直接调用它。

适用于