다음을 통해 공유


IDTSRuntimeComponent100.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(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
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 데이터 흐름 구성 요소의 버전 업그레이드.

참고 항목

참조

IDTSRuntimeComponent100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스