SMS_LocalizedNameLookup Server WMI Class
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.
Syntax
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: StringAccess type: Read/Write
Qualifiers: [key]
English language version of the view column as it appears in the database.
ResourceDLL
Data type: StringAccess type: Read/Write
Qualifiers: None
Name of the resource DLL where the localized version of the name appears.
ResourceID
Data type: UInt32Access 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.