Método PerformUpgrade
Upgrades the component metadata to the version of the component that is installed on the local computer.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Sub PerformUpgrade ( _
lPipelineVersion As Integer _
)
'Uso
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
)
Parâmetros
- lPipelineVersion
Tipo: System. . :: . .Int32
The current version of the Integration Services data flow engine.
Comentários
Texto atualizado:
The pipelineVersion parameter is not useful in version 1.0 of Integration Services, but may become useful in subsequent versions.
For more information, see Atualizando a versão de um componente de fluxo de dados.
Consulte também