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 으면 컴포넌트에서 메서드를 호출합니다.

적용 대상