CManagedComponentWrapperClass.PerformUpgrade Method (Int32)

 

Applies To: SQL Server 2016 Preview

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

public virtual void PerformUpgrade(
    int lPipelineVersion
)
public:
virtual void PerformUpgrade(
    int lPipelineVersion
)
abstract PerformUpgrade : 
        lPipelineVersion:int -> unit
override PerformUpgrade : 
        lPipelineVersion:int -> unit
Public Overridable Sub PerformUpgrade (
    lPipelineVersion As Integer
)

Parameters

  • lPipelineVersion
    Type: System.Int32

    The current version of the Integration Services data flow engine.

Implements

IDTSRuntimeComponent100.PerformUpgrade(Int32)

See Also

CManagedComponentWrapperClass Class
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top