Partager via


Méthode PipelineComponent.PerformUpgrade

Upgrades the component metadata to the version of the component installed on the local computer.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Syntaxe

'Déclaration
Public Overridable Sub PerformUpgrade ( _
    pipelineVersion As Integer _
)
'Utilisation
Dim instance As PipelineComponent 
Dim pipelineVersion As Integer

instance.PerformUpgrade(pipelineVersion)
public virtual void PerformUpgrade(
    int pipelineVersion
)
public:
virtual void PerformUpgrade(
    int pipelineVersion
)
abstract PerformUpgrade : 
        pipelineVersion:int -> unit  
override PerformUpgrade : 
        pipelineVersion:int -> unit
public function PerformUpgrade(
    pipelineVersion : int
)

Paramètres

  • pipelineVersion
    Type : System.Int32
    The current version of the Integration Services data flow engine.

Notes

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

For more information, see Mise à niveau de la version d'un composant de flux de données.

Voir aussi

Référence

PipelineComponent Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline