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 升級資料流程元件的版本.