// Copyright (c) 1997-2008 Microsoft Corporation, All Rights Reserved #pragma autorecover #pragma classflags(64) #pragma namespace("\\\\.\\root\\interop") instance of __namespace{ name="ms_804";}; #pragma namespace("\\\\.\\root\\interop\\ms_804") [DisplayName("电源配置文件") : Amended ToSubclass,Description("DMTF 规范定义的电源配置文件") : Amended ToSubclass,AMENDMENT, LOCALE(0x0804) : ToInstance] class Win32_PowerSupplyProfile : CIM_RegisteredProfile { }; [DisplayName("电源符合配置文件") : Amended ToSubclass,Description("电源和已注册的电源配置文件之间的关联。") : Amended ToSubclass,AMENDMENT, LOCALE(0x0804) : ToInstance] class Win32_PowerSupplyConformsToProfile : CIM_ElementConformsToProfile { [DisplayName("一致性标准") : Amended ToSubclass,Description("与 ManagedElement 中的托管元素相关联的标准配置文件。") : Amended ToSubclass] CIM_RegisteredProfile Ref ConformantStandard; [DisplayName("托管元素") : Amended ToSubclass,Description("与 ConformantStandard 中的电源配置文件关联的电源。") : Amended ToSubclass] Win32_PowerSupply Ref ManagedElement; }; [DisplayName("电源指示器符合配置文件") : Amended ToSubclass,Description("电源指示器和已注册的电源配置文件之间的关联。") : Amended ToSubclass,AMENDMENT, LOCALE(0x0804) : ToInstance] class Win32_PowerMeterConformsToProfile : CIM_ElementConformsToProfile { [DisplayName("一致性标准") : Amended ToSubclass,Description("与 ManagedElement 中的托管元素相关联的标准配置文件。") : Amended ToSubclass] CIM_RegisteredProfile Ref ConformantStandard; [DisplayName("托管元素") : Amended ToSubclass,Description("与 ConformantStandard 中的电源配置文件相关联的电源指示器。") : Amended ToSubclass] Win32_PowerMeter Ref ManagedElement; }; #pragma namespace("\\\\.\\root\\cimv2\\power") instance of __namespace{ name="ms_804";}; #pragma namespace("\\\\.\\root\\cimv2\\power\\ms_804") [DisplayName("电源") : Amended ToSubclass,Description("电源设备") : Amended ToSubclass,AMENDMENT, LOCALE(0x0804) : ToInstance] class Win32_PowerSupply : CIM_PowerSupply { [DisplayName("名称") : Amended ToSubclass,Description("电源设备的友好名称。") : Amended ToSubclass] string Name; [DisplayName("设备 ID") : Amended ToSubclass,Description("电源设备的唯一标识符。") : Amended ToSubclass,key] string DeviceID; }; [DisplayName("电源指示器符合配置文件") : Amended ToSubclass,Description("电源指示器和已注册的电源配置文件之间的关联。") : Amended ToSubclass,AMENDMENT, LOCALE(0x0804) : ToInstance] class Win32_PowerMeterConformsToProfile : CIM_ElementConformsToProfile { [DisplayName("一致性标准") : Amended ToSubclass,Description("与 ManagedElement 中的托管元素相关联的标准配置文件。") : Amended ToSubclass] CIM_RegisteredProfile Ref ConformantStandard; [DisplayName("托管元素") : Amended ToSubclass,Description("与 ConformantStandard 中的电源配置文件相关联的电源指示器。") : Amended ToSubclass] Win32_PowerMeter Ref ManagedElement; };