SMS_SDMPackageLocalizedData Server WMI Class

System Center

Updated: October 28, 2009

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_SDMPackageLocalizedData Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, represents localized data for a System Definition Model (SDM) package.


Class SMS_SDMPackageLocalizedData
{
      UInt32 LocaleID;
      String LocalizedData;
};

The SMS_SDMPackageLocalizedData class does not define any methods.

LocaleID
Data type: UInt32

Access type: Read/Write

Qualifiers: None

The ID of the locale associated with the localized information.

LocalizedData
Data type: String

Access type: Read/Write

Qualifiers: None

The localized data.

Class qualifiers for this class include:

  • Embedded

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

This class is embedded by the SMS_ConfigurationItemBaseClass Server WMI Class through the SDMPackageLocalizedData property.

The application uses this class to add localized string resources to the server database.

Runtime Requirements

Development Requirements

Show: