SMS_CIAssignmentToCI Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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;
};

The SMS_CIAssignmentToCI class does not define any methods.

AssignmentID

Data type: UInt32

Access type: Read-only.

Qualifiers: [key]

Unique ID of the assignment.

CI_ID

Data type: UInt32

Access type: Read-only.

Qualifiers: [key]

The unique ID of the configuration item. This ID is unique only for the site.

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.

Show: