Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
)
Parameters
- lPipelineVersion
Type: System.Int32
The current version of the Integration Services data flow engine.
Remarks
Updated 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 Upgrading the Version of a Data Flow Component.