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 方法时由数据流任务调用,并且向组件提供输入已连接的通知。 不应由以编程方式编辑组件的开发人员直接调用它。

适用于