ManagedComponentHost.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.
Spécifie l'hôte sur un chemin d'entrée détaché.
public:
virtual void HostOnInputPathDetached(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int inputID);
public void HostOnInputPathDetached (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int inputID);
abstract member HostOnInputPathDetached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
override this.HostOnInputPathDetached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
Public Sub HostOnInputPathDetached (wrapper As IDTSManagedComponentWrapper100, inputID As Integer)
Paramètres
- wrapper
- IDTSManagedComponentWrapper100
Wrapper de composant.
- inputID
- Int32
Identificateur d'entrée.