IDTSDesigntimeComponent100.OnOutputPathAttached Method (Int32)

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(28)]
void OnOutputPathAttached(
    int lOutputID
)
[DispIdAttribute(28)]
void OnOutputPathAttached(
    int lOutputID
)
[<DispIdAttribute(28)>]
abstract OnOutputPathAttached : 
        lOutputID:int -> unit
<DispIdAttribute(28)>
Sub OnOutputPathAttached (
    lOutputID As Integer
)

Parameters

Remarks

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

See Also

IDTSDesigntimeComponent100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top