SMS_UpdateRelations Server WMI Class

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

Methods

The SMS_UpdateRelations class does not define any methods.

Properties

  • RelatedUpdateID
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: [key, ResID(3003), ResDLL("SMS_RSTT.dll")]

    The ID for one of the updates.

  • Relation
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: [key, ResID(3002), ResDLL("SMS_RSTT.dll")]

    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, ResID(3001), ResDLL("SMS_RSTT.dll")]

    The ID for the other update.

Remarks

Class qualifiers for this class include:

  • Read (read-only)

  • ResID(3000)

  • ResDLL("SMS_RSTT.dll")

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

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Concepts

Software Updates Server WMI Classes
SMS_CIRelation Server WMI Class
Configuration Manager Software Updates