Freigeben über


IDTSRuntimeComponent100.PerformUpgrade-Methode

Upgrades the component metadata 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

'Declaration
Sub PerformUpgrade ( _
    lPipelineVersion As Integer _
)
'Usage
Dim instance As IDTSRuntimeComponent100 
Dim lPipelineVersion As Integer

instance.PerformUpgrade(lPipelineVersion)
void PerformUpgrade(
    int lPipelineVersion
)
void PerformUpgrade(
    int lPipelineVersion
)
abstract PerformUpgrade : 
        lPipelineVersion:int -> unit
function PerformUpgrade(
    lPipelineVersion : int
)

Parameter

  • lPipelineVersion
    Typ: System.Int32
    The current version of the Integration Services data flow engine.

Hinweise

Aktualisierter Text:

The pipelineVersion parameter is not useful in version 1.0 of Integration Services, but may become useful in subsequent versions.

For more information, see Aktualisieren der Version einer Datenflusskomponente.

Siehe auch

Verweis

IDTSRuntimeComponent100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace