OnOutputPathAttached 方法

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

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

语法

声明
Public Overridable Sub OnOutputPathAttached ( _
    outputID As Integer _
)
用法
Dim instance As PipelineComponent
Dim outputID As Integer

instance.OnOutputPathAttached(outputID)
public virtual void OnOutputPathAttached(
    int outputID
)
public:
virtual void OnOutputPathAttached(
    int outputID
)
abstract OnOutputPathAttached : 
        outputID:int -> unit 
override OnOutputPathAttached : 
        outputID:int -> unit 
public function OnOutputPathAttached(
    outputID : int
)

参数