PipelineComponent.OnInputPathDetached(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé lorsqu’un IDTSInput100 objet est déconnecté du composant via l’interface IDTSPath100 .
public:
virtual void OnInputPathDetached(int inputID);
public virtual void OnInputPathDetached(int inputID);
abstract member OnInputPathDetached : int -> unit
override this.OnInputPathDetached : int -> unit
Public Overridable Sub OnInputPathDetached (inputID As Integer)
Paramètres
- inputID
- Int32
Spécifie l’ID de celui IDTSInput100 qui était connecté à l’objet IDTSPath100 .
Remarques
Cette méthode est appelée lorsqu’un IDTSPath100 objet est supprimé de la IDTSPathCollection100 collection.