Compartir a través de


IDTSDesigntimeComponent100.OnInputPathAttached Método

Called when an IDTSInput100 object is connected to another component through the IDTSPath100 interface.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Sub OnInputPathAttached ( _
    lInputID As Integer _
)
'Uso
Dim instance As IDTSDesigntimeComponent100 
Dim lInputID As Integer

instance.OnInputPathAttached(lInputID)
void OnInputPathAttached(
    int lInputID
)
void OnInputPathAttached(
    [InAttribute] int lInputID
)
abstract OnInputPathAttached : 
        lInputID:int -> unit
function OnInputPathAttached(
    lInputID : int
)

Parámetros

Comentarios

This method is called when a path is established between the IDTSInput100 identified by the lInputID parameter and the IDTSOutput100 of an upstream component.

When programmatically establishing a path between two components, the AttachPathAndPropagateNotifications method is used to establish a path, and in response, the data flow engine calls this method on the affected components.

Vea también

Referencia

IDTSDesigntimeComponent100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper