Compartilhar via


Método PipelineComponent.PerformUpgrade

Upgrades the component metadata to the version of the component installed on the local computer.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)

Sintaxe

'Declaração
Public Overridable Sub PerformUpgrade ( _
    pipelineVersion As Integer _
)
'Uso
Dim instance As PipelineComponent 
Dim pipelineVersion As Integer

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

Parâmetros

  • pipelineVersion
    Tipo: System.Int32
    The current version of the Integration Services data flow engine.

Comentários

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

Referência

PipelineComponent Classe

Namespace Microsoft.SqlServer.Dts.Pipeline