Share via


IDTSDesigntimeComponent100.OnOutputPathAttached(Int32) Método

Definición

Recibe una llamada cuando un objeto IDTSOutput100 del componente se adjunta a un componente de nivel inferior.

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

Id. del objeto IDTSOutput100.

Atributos

Comentarios

Se llama a este método cuando IDTSOutput100 un de un componente está asociado a un componente de nivel inferior a través de .IDTSPath100

Se aplica a