ManagedComponentHost.HostPostExecute(IDTSManagedComponentWrapper100) 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'événement après l'exécution de l'hôte.
public:
virtual void HostPostExecute(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper);
public void HostPostExecute (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper);
abstract member HostPostExecute : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 -> unit
override this.HostPostExecute : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 -> unit
Public Sub HostPostExecute (wrapper As IDTSManagedComponentWrapper100)
Paramètres
- wrapper
- IDTSManagedComponentWrapper100
Wrapper de composant.