SMS_UpdateRelations 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_UpdateRelations Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that defines the relationship between two software updates.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_UpdateRelations : SMS_BaseClass
{
      UInt32 RelatedUpdateID;
      UInt32 Relation;
      UInt32 UpdateID;
};

The SMS_UpdateRelations class does not define any methods.

RelatedUpdateID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

The ID for one of the updates.

Relation

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

Relationship between RelatedUpdateID and UpdateID. Possible values are defined for SMS_CIRelation Server WMI Class.

UpdateID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

The ID for the other update.

Class qualifiers for this class include:

  • 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: