SMS_WinPEOptionalComponentInfo 서버 WMI 클래스

SMS_WinPEOptionalComponentInfo WMI(Windows Management Instrumentation) 클래스는 Configuration Manager WinPE 선택적 구성 요소 정보를 나타내는 SMS 공급자 서버 클래스입니다.

다음 구문은 MOF(Managed Object Format) 코드에서 간소화되며 상속된 모든 속성을 포함합니다.

구문

Class SMS_WinPEOptionalComponentInfo : SMS_BaseClass  
{  
    String Architecture;  
    String DependentComponentNames[];  
    UInt32 DependentIds[];  
    Boolean IsRequired;  
    UInt32 LanguageID;  
    String Name;  
    String RelativePath;  
    UInt64 Size;  
    UInt32 UniqueID;  
};  

메서드

클래스는 SMS_WinPEOptionalComponentInfo 메서드를 정의하지 않습니다.

속성

Architecture
데이터 형식: String

액세스 유형: 읽기

한정자: 없음

WinPE 선택적 구성 요소의 아키텍처입니다. 가능한 값은 다음과 같습니다.

X86
X64

DependentComponentNames
데이터 형식: String 배열

액세스 유형: 읽기

한정자: 없음

종속 WinPE 선택적 구성 요소의 이름입니다.

DependentIds
데이터 형식: UInt32 배열

액세스 유형: 읽기

한정자: 없음

종속 WinPE 선택적 구성 요소의 고유 ID입니다.

IsRequired
데이터 형식: Boolean

액세스 유형: 읽기

한정자: 없음

true WinPE 선택적 구성 요소가 필요한 경우 입니다.

LanguageID
데이터 형식: UInt32

액세스 유형: 읽기

한정자: [키]

WinPE 선택적 구성 요소의 언어 ID입니다.

Name
데이터 형식: String

액세스 유형: 읽기

한정자: 없음

WinPE 선택적 구성 요소의 이름입니다.

RelativePath
데이터 형식: String

액세스 유형: 읽기

한정자: 없음

WinPE 선택적 구성 요소의 ADK(평가 및 배포 키트) 설치 경로에 대한 상대 경로입니다.

Size
데이터 형식: UInt64

액세스 유형: 읽기

한정자: 없음

WinPE 선택적 구성 요소의 크기입니다.

UniqueID
데이터 형식: UInt32

액세스 유형: 읽기/쓰기

한정자: [키]

WinPE 선택적 구성 요소의 고유 ID입니다. 가능한 값은 다음과 같습니다.

ID 값 WinPE 구성 요소
X86
1 WinPE-DismCmdlets.cab
2 WinPE-Dot3Svc.cab
3 WinPE-EnhancedStorage.cab
4 WinPE-FMAPI.cab
5 WinPE-FontSupport-JA-JP.cab
6 WinPE-FontSupport-KO-KR.cab
7 WinPE-FontSupport-ZH-CN.cab
8 WinPE-FontSupport-ZH-HK.cab
9 WinPE-FontSupport-ZH-TW.cab
10 WinPE-HTA.cab
11 WinPE-StorageWMI.cab
12 WinPE-LegacySetup.cab
13 WinPE-MDAC.cab
14 WinPE-NetFx4.cab
15 WinPE-PowerShell3.cab
16 WinPE-PPPoE.cab
17 WinPE-RNDIS.cab
18 WinPE-Scripting.cab
19 WinPE-SecureStartup.cab
20 WinPE-Setup.cab
21 WinPE-Setup-Client.cab
22 WinPE-Setup-Server.cab
23 해당 없음
24 WinPE-WDS-Tools.cab
25 WinPE-WinReCfg.cab
26 WinPE-WMI.cab
ID 값 WinPE 구성 요소
X64
27 WinPE-DismCmdlets.cab
28 WinPE-Dot3Svc.cab
29 WinPE-EnhancedStorage.cab
30 WinPE-FMAPI.cab
31 WinPE-FontSupport-JA-JP.cab
32 WinPE-FontSupport-KO-KR.cab
33 WinPE-FontSupport-ZH-CN.cab
34 WinPE-FontSupport-ZH-HK.cab
35 WinPE-FontSupport-ZH-TW.cab
36 WinPE-HTA.cab
37 WinPE-StorageWMI.cab
38 WinPE-LegacySetup.cab
39 WinPE-MDAC.cab
40 WinPE-NetFx4.cab
41 WinPE-PowerShell3.cab
42 WinPE-PPPoE.cab
43 WinPE-RNDIS.cab
44 WinPE-Scripting.cab
45 WinPE-SecureStartup.cab
46 WinPE-Setup.cab
47 WinPE-Setup-Client.cab
48 WinPE-Setup-Server.cab
49 해당 없음
50 WinPE-WDS-Tools.cab
51 WinPE-WinReCfg.cab
52 WinPE-WMI.cab

설명

요구 사항

런타임 요구 사항

자세한 내용은 Configuration Manager 서버 런타임 요구 사항을 참조하세요.

개발 요구 사항

자세한 내용은 Configuration Manager 서버 개발 요구 사항을 참조하세요.