Share via


SMS_LocalizedNameLookup 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_LocalizedNameLookup Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a localized name lookup.

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

Class SMS_LocalizedNameLookup : SMS_BaseClass
{
      String ColumnName;
      String ResourceDLL;
      UInt32 ResourceID;
};

Methods

The SMS_LocalizedNameLookup class does not define any methods.

Properties

  • ColumnName
    Data type: String

    Access type: Read/Write

    Qualifiers: [key]

    English language version of the view column as it appears in the database.

  • ResourceDLL
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Name of the resource DLL where the localized version of the name appears.

  • ResourceID
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: None

    ID of the string in the resource DLL that contains the localized version of the name.

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 localized name lookup represented by this class is used by Web reports to match an English view column name to a string resource in a resource DLL that contains the localized version of the name. It can be manipulated through the provider so that custom property names and resource DLLs can be defined.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Concepts

Reporting Server WMI Classes