SMS_DeviceHinvTranslation Server WMI Class
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The SMS_DeviceHinvTranslation Windows Management Instrumentation (WMI) class is an SMS Provider server class, in 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/Write
Qualifiers: [key]
The enumeration, in the format Class:Property:Enumeration. An example is "Device_Computer_System:ProcessorArchitecture:5".
Translation
Data type: StringAccess type: Read/Write
Qualifiers: None
The 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
See Also
Concepts
Device Management Server WMI Classes
SMS_DeviceDiscoveryTranslation Server WMI Class