다음을 통해 공유


PerformUpgrade 메서드

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
Sub PerformUpgrade ( _
    lPipelineVersion As Integer _
)
‘사용 방법
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
)

매개 변수

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

주의

업데이트된 텍스트:

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

For more information, see 데이터 흐름 구성 요소의 버전 업그레이드.