PipelineComponent.OnInputPathAttached(Int32) 方法

定义

IDTSInput100 对象通过 IDTSPath100 接口连接到组件时调用。

public:
 virtual void OnInputPathAttached(int inputID);
public virtual void OnInputPathAttached (int inputID);
abstract member OnInputPathAttached : int -> unit
override this.OnInputPathAttached : int -> unit
Public Overridable Sub OnInputPathAttached (inputID As Integer)

参数

inputID
Int32

包含附加的 IDTSInput100 对象的 ID。

注解

此方法是在响应对方法的调用时调用的 AttachPathAndPropagateNotifications 。 此方法通知组件 IDTSInput100 通过 inputID 接口连接到另一个组件 IDTSPath100 所指定的对象。

适用于