Partager via


Méthode PipelineComponent.OnOutputPathAttached

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Syntaxe

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

Paramètres

Voir aussi

Référence

PipelineComponent Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline