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/WriteQualifiers: NoneID of the locale associated with the user name.
UserName


Data type: StringAccess type: Read/WriteQualifiers: NoneThe 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

Development Requirements

See Also


Send comments about this topic to Microsoft.