IDTSComponentMetaData100.Version Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Valore della proprietà
Il numero di versione del componente.
- Attributi
Commenti
Quando un componente viene caricato, la versione memorizzata nel pacchetto XML viene confrontata con quella specificata dal componente sul computer. Se la versione sul computer locale è successiva, il metodo PerformUpgrade viene chiamato sul componente.