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 메서드가 호출됩니다.

적용 대상