SMS_StateMigrationUserNames Server WMI Class
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_StateMigrationUserNames Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a localized user name during state migration.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_StateMigrationUserNames
{
UInt32 LocaleID;
String UserName;
};
The SMS_StateMigrationUserNames class does not define any methods.
- LocaleID
- Data type: UInt32 Access type: Read/Write Qualifiers: None ID of the locale associated with the user name.
- UserName
- Data type: String Access type: Read/Write Qualifiers: None The localized user name. The default value is "".
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.
Your application uses this class to create objects that are embedded by the SMS_StateMigration Server WMI Class and accessed using the UserNames property. For an example of the use of this class, see How to Create an Association Between Two Computers in Configuration Manager.
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.