SMS_StateMigrationUserNames Server WMI Class
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;
};
Methods
The SMS_StateMigrationUserNames class does not define any methods.
Properties
LocaleID
Data type: UInt32Access type: Read/Write
Qualifiers: None
ID of the locale associated with the user name.
UserName
Data type: StringAccess type: Read/Write
Qualifiers: None
The localized user name. The default value is "".
Remarks
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.
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
Concepts
Operating System Deployment Server WMI Classes
SMS_StateMigration Server WMI Class
About Operating System Deployment Task Sequences
How to Create an Association Between Two Computers in Configuration Manager