Metodo PipelineComponent.OnOutputPathAttached

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Sintassi

'Dichiarazione
Public Overridable Sub OnOutputPathAttached ( _
    outputID As Integer _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

PipelineComponent Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline