CManagedComponentWrapperClass.PerformUpgrade Method
Upgrades the metadata of the component to the version of the component that is installed on the local computer.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
Public Overridable Sub PerformUpgrade ( _
lPipelineVersion As Integer _
) Implements IDTSRuntimeComponent100.PerformUpgrade
public virtual void IDTSRuntimeComponent100.PerformUpgrade (
int lPipelineVersion
)
public:
virtual void PerformUpgrade (
int lPipelineVersion
) = IDTSRuntimeComponent100::PerformUpgrade
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- lPipelineVersion
The current version of the Integration Services data flow engine.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.