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

适用于