语言

CManagedComponentWrapperClass.OnInputPathAttached(Int32) 方法

定义

IDTSInput100 组件的对象被连接到下游组件时调用。

public:
 virtual void OnInputPathAttached(int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::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

IDTSInput100ID。

实现

属性

注解

当方法被调用时,数据流任务 AttachPathAndPropagateNotifications 会调用该方法,并向组件发送输入已连接的通知。 开发者在程序编辑组件时不应直接调用它。

适用于