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: StringAccess type: Read/WriteQualifiers: [key]English language version of the view column as it appears in the database.
- ResourceDLL
- Data type: StringAccess type: Read/WriteQualifiers: NoneName of the resource DLL where the localized version of the name appears.
- ResourceID
- Data type: UInt32Access type: Read/WriteQualifiers: 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
Send comments about this topic to Microsoft.