PipelineComponent.PerformUpgrade 메서드

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
Public Overridable Sub PerformUpgrade ( _
    pipelineVersion As Integer _
)
‘사용 방법
Dim instance As PipelineComponent 
Dim pipelineVersion As Integer

instance.PerformUpgrade(pipelineVersion)
public virtual void PerformUpgrade(
    int pipelineVersion
)
public:
virtual void PerformUpgrade(
    int pipelineVersion
)
abstract PerformUpgrade : 
        pipelineVersion:int -> unit  
override PerformUpgrade : 
        pipelineVersion:int -> unit
public function PerformUpgrade(
    pipelineVersion : int
)

매개 변수

  • pipelineVersion
    유형: 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 데이터 흐름 구성 요소의 버전 업그레이드.

참고 항목

참조

PipelineComponent 클래스

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