Compartilhar via


SMS_DeviceDiscoveryTranslation 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_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: String

    Access type: Read/Write

    Qualifiers: [key]

    The enumeration, in the format Class:Property:Enumeration. An example is "SMS_Processor:Description:10003".

  • Translation
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    The 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 ClassDescription property Additional translations might be added in the future.

See Also

Concepts

Device Management Server WMI Classes
SMS_DeviceHinvTranslation Server WMI Class