Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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 Обновление версии компонента потока данных.