IDTSDesigntimeComponent100.OnOutputPathAttached(Int32) Método

Definición

Se llama cuando un IDTSOutput100 objeto del componente está conectado a un componente posterior.

public:
 void OnOutputPathAttached(int lOutputID);
[System.Runtime.InteropServices.DispId(28)]
public void OnOutputPathAttached(int lOutputID);
[<System.Runtime.InteropServices.DispId(28)>]
abstract member OnOutputPathAttached : int -> unit
Public Sub OnOutputPathAttached (lOutputID As Integer)

Parámetros

lOutputID
Int32

El ID del IDTSOutput100 objeto.

Atributos

Comentarios

Este método se llama cuando un IDTSOutput100 de un componente se conecta a un componente aguas abajo mediante un IDTSPath100.

Se aplica a