IDTSComponentMetaData100.Version プロパティ

定義

コンポーネントのバージョンを取得します。値の設定も可能です。

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

プロパティ値

コンポーネントのバージョン番号です。

属性

注釈

コンポーネントが読み込まれると、パッケージ XML に格納されているバージョンが、コンピューター上のコンポーネントで指定されたバージョンと照合されます。 ローカル コンピューター上のバージョンの方が新しい場合、PerformUpgrade メソッドがコンポーネントで呼び出されます。

適用対象