CManagedComponentWrapperClass.OnInputPathAttached 方法

Called when an IDTSInput100 object of the component is attached to a downstream component.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Public Overridable Sub OnInputPathAttached ( _
    lInputID As Integer _
)
用法
Dim instance As CManagedComponentWrapperClass 
Dim lInputID As Integer

instance.OnInputPathAttached(lInputID)
public virtual void OnInputPathAttached(
    int lInputID
)
public:
virtual void OnInputPathAttached(
    [InAttribute] int lInputID
)
abstract OnInputPathAttached : 
        lInputID:int -> unit  
override OnInputPathAttached : 
        lInputID:int -> unit
public function OnInputPathAttached(
    lInputID : int
)

参数

实现

IDTSDesigntimeComponent100.OnInputPathAttached(Int32)

注释

This method is called by the data flow task when the AttachPathAndPropagateNotifications method is called, and provides notification to the component that the input has been connected. It should not be called directly by developers who are programmatically editing a component.

请参阅

参考

CManagedComponentWrapperClass 类

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间