SMS_CIAssignmentToCI Server WMI Class

System Center

Updated: October 28, 2009

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_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.

Runtime Requirements

Development Requirements

Show: