Метод 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