PerformUpgrade 메서드

Upgrades the metadata of the component 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)

구문

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

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

매개 변수

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

구현

IDTSRuntimeComponent100. . :: . .PerformUpgrade(Int32)