IDTSComponentMetaData100.Version Propiedad

Definición

Obtiene o establece la versión del componente.

public:
 property int Version { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(131)]
public int Version { [System.Runtime.InteropServices.DispId(131)] get; [System.Runtime.InteropServices.DispId(131)] set; }
[<System.Runtime.InteropServices.DispId(131)>]
[<get: System.Runtime.InteropServices.DispId(131)>]
[<set: System.Runtime.InteropServices.DispId(131)>]
member this.Version : int with get, set
Public Property Version As Integer

Valor de propiedad

Número de versión del componente.

Atributos

Comentarios

Cuando se carga un componente, la versión almacenada en el xml del paquete se comprueba con la versión especificada por el componente del equipo. Si la versión del equipo local es posterior, se llama al PerformUpgrade método en el componente .

Se aplica a