ManagedComponentHost.HostOnInputPathAttached 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 attaché.
public:
virtual void HostOnInputPathAttached(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int inputID);
public void HostOnInputPathAttached (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int inputID);
abstract member HostOnInputPathAttached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
override this.HostOnInputPathAttached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
Public Sub HostOnInputPathAttached (wrapper As IDTSManagedComponentWrapper100, inputID As Integer)
Paramètres
- wrapper
- IDTSManagedComponentWrapper100
Wrapper de composant.
- inputID
- Int32
Identificateur d'entrée.