IDTSDesigntimeComponent100.OnInputPathDetached(Int32) Méthode

Définition

Appelé en cas de suppression d'un objet IDTSPath100 qui contient l'objet IDTSInput100 spécifié.

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

Paramètres

lInputID
Int32

Contient l'ID de l'objet IDTSInput100 qui est détaché.

Attributs

Remarques

Cette méthode est appelée lorsqu’un IDTSPath100 objet est supprimé de la IDTSPathCollection100 collection à laquelle appartient le IDTSInput100lInputID paramètre identifié.

S’applique à