The SMS_DeviceHinvTranslation Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 Configuration Manager, that represents a translation for an enumeration used in device hardware inventory.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_DeviceHinvTranslation : SMS_BaseClass
{
	String Item;
	String Translation;
};

Methods

The SMS_DeviceHinvTranslation class does not define any methods.

Properties

Item

Data type: StringAccess type: Read/WriteQualifiers: [key]The enumeration, in the format Class:Property:Enumeration. An example is "Device_Computer_System:ProcessorArchitecture:5".
Translation

Data type: StringAccess type: Read/WriteQualifiers: NoneThe enumeration value, for example, ARM.

Remarks

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

The translations for the following enumerations are available in the product and additional translations might be added:

  • Device_Computer_System:ProcessorArchitecture

  • Device_Computer_System:ProcessorType

  • Device_OS_INFORMATION:Platform

  • Device_Power:AC

  • Device_Power:Backup

  • Device_Power:Battery

Requirements

Runtime Requirements

Development Requirements

See Also