| title | SMS_StateMigrationUserNames Class |
|---|---|
| description | An SMS Provider server class in Configuration Manager that represents a localized username during state migration. |
| ms.date | 09/20/2016 |
| ms.subservice | sdk |
| ms.topic | reference |
| ms.collection | tier3 |
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 doesn't 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
UserNamesproperty. For an example of the use of this class, see How to Create an Association Between Two Computers in Configuration Manager.
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.