The SMS_CIAssignmentToCI Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a relationship between a configuration baseline and its assignments.

Class SMS_CIAssignmentToCI : SMS_BaseClass
{
	UInt32 AssignmentID;
	UInt32 CI_ID;
};

Methods

The SMS_CIAssignmentToCI class does not define any methods.

Properties

AssignmentID


Data type: UInt32Access type: Read-only.Qualifiers: [key]Unique ID of the assignment.
CI_ID


Data type: UInt32Access type: Read-only.Qualifiers: [key]The unique ID of the configuration item. This ID is unique only for the site.

Remarks

Class qualifiers for this class include:

  • Association: ToInstance

  • Read (read-only)

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

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.