ManagedComponentHost.HostCheckAndPerformUpgrade 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.
Vérifie le ManagedComponentHost et effectue une mise à niveau.
public:
virtual void HostCheckAndPerformUpgrade(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int lPipelineVersion);
public void HostCheckAndPerformUpgrade (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int lPipelineVersion);
abstract member HostCheckAndPerformUpgrade : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
override this.HostCheckAndPerformUpgrade : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
Public Sub HostCheckAndPerformUpgrade (wrapper As IDTSManagedComponentWrapper100, lPipelineVersion As Integer)
Paramètres
- wrapper
- IDTSManagedComponentWrapper100
Wrapper de composant.
- lPipelineVersion
- Int32
Version du pipeline.