Méthode PerformUpgrade
Upgrades the component metadata to the version of the component that is installed on the local computer.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Sub PerformUpgrade ( _
lPipelineVersion As Integer _
)
'Utilisation
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
)
Paramètres
- lPipelineVersion
Type : System. . :: . .Int32
The current version of the Integration Services data flow engine.
Notes
Texte mis à jour :
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