Partager via


OnOutputPathAttached méthode

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Sub OnOutputPathAttached ( _
    lOutputID As Integer _
)
'Utilisation
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
)

Paramètres

Notes

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