IDTSDesigntimeComponent100.OnOutputPathAttached(Int32) Metodo

Definizione

Chiamato quando un IDTSOutput100 oggetto del componente è collegato a un componente a valle.

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)

Parametri

lOutputID
Int32

L'ID dell'oggetto IDTSOutput100 .

Attributi

Commenti

Questo metodo si chiama quando un IDTSOutput100 di un componente è collegato a un componente a valle tramite un IDTSPath100.

Si applica a