다음을 통해 공유


IDTSRuntimeComponent90.PerformUpgrade Method

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 (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
<DispIdAttribute(25)> _
Sub PerformUpgrade ( _
    lPipelineVersion As Integer _
)
[DispIdAttribute(25)] 
void PerformUpgrade (
    int lPipelineVersion
)
[DispIdAttribute(25)] 
void PerformUpgrade (
    int lPipelineVersion
)
/** @attribute DispIdAttribute(25) */ 
void PerformUpgrade (
    int lPipelineVersion
)
DispIdAttribute(25) 
function PerformUpgrade (
    lPipelineVersion : int
)

매개 변수

  • lPipelineVersion
    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 Upgrading the Version of a Data Flow Component.

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

IDTSRuntimeComponent90 Interface
IDTSRuntimeComponent90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace