SMS_LocalizedNameLookup Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_LocalizedNameLookup Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 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;
};

The SMS_LocalizedNameLookup class does not define any methods.

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.

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.

Show: