IDTSManagedComponentHost100.HostOnInputPathDetached 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.
Représente un événement lorsque l'hôte détache le chemin d'entrée.
public:
void HostOnInputPathDetached(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lInputID);
public void HostOnInputPathDetached (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lInputID);
abstract member HostOnInputPathDetached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
Public Sub HostOnInputPathDetached (pWrapper As IDTSManagedComponentWrapper100, lInputID As Integer)
Paramètres
- pWrapper
- IDTSManagedComponentWrapper100
Wrapper utilisé.
- lInputID
- Int32
Identificateur d'entrée.