The SMS_DeviceDiscoveryTranslation Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a translation for an enumeration that is used in device discovery.

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

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

Methods

The SMS_DeviceDiscoveryTranslation 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 "SMS_Processor:Description:10003".
Translation


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

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.

Currently the only translation available in the product is for the SMS_Processor Client WMI Class Description property Additional translations might be added in the future.

See Also


Send comments about this topic to Microsoft.