OnOutputPathAttached 方法

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

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

语法

声明
Sub OnOutputPathAttached ( _
    lOutputID As Integer _
)
用法
Dim instance As IDTSDesigntimeComponent100
Dim lOutputID As Integer

instance.OnOutputPathAttached(lOutputID)
void OnOutputPathAttached(
    int lOutputID
)
void OnOutputPathAttached(
    [InAttribute] int lOutputID
)
abstract OnOutputPathAttached : 
        lOutputID:int -> unit 
function OnOutputPathAttached(
    lOutputID : int
)

参数

注释

This method is called when an IDTSOutput100 of a component is attached to a downstream component through an IDTSPath100.