Metodo CManagedComponentWrapperClass.OnOutputPathAttached

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

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

Sintassi

'Dichiarazione
Public Overridable Sub OnOutputPathAttached ( _
    lOutputID As Integer _
)
'Utilizzo
Dim instance As CManagedComponentWrapperClass 
Dim lOutputID As Integer

instance.OnOutputPathAttached(lOutputID)
public virtual void OnOutputPathAttached(
    int lOutputID
)
public:
virtual void OnOutputPathAttached(
    [InAttribute] int lOutputID
)
abstract OnOutputPathAttached : 
        lOutputID:int -> unit  
override OnOutputPathAttached : 
        lOutputID:int -> unit
public function OnOutputPathAttached(
    lOutputID : int
)

Parametri

Implementa

IDTSDesigntimeComponent100.OnOutputPathAttached(Int32)

Osservazioni

This method is called by the data flow task when the AttachPathAndPropagateNotifications method is called, to notify the component of the event. It should not be called directly by developers who are programmatically editing a component.

Vedere anche

Riferimento

CManagedComponentWrapperClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper