IDTSComponentMetaData100.Version 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
구성 요소의 버전을 가져오거나 설정합니다.
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 메서드가 호출됩니다.