Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.