CManagedComponentWrapperClass.PerformUpgrade(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Upgrades the metadata of the component to the version of the component that is installed on the local computer.
public:
virtual void PerformUpgrade(int lPipelineVersion) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSRuntimeComponent100::PerformUpgrade;
public virtual void PerformUpgrade (int lPipelineVersion);
abstract member PerformUpgrade : int -> unit
override this.PerformUpgrade : int -> unit
Public Overridable Sub PerformUpgrade (lPipelineVersion As Integer)
Parameters
- lPipelineVersion
- Int32
The current version of the Integration Services data flow engine.