共用方式為


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.