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: UInt32Access type: Read/WriteQualifiers: [key, ResID(3003), ResDLL("SMS_RSTT.dll")]The ID for one of the updates.
Relation


Data type: UInt32Access type: Read/WriteQualifiers: [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: UInt32Access type: Read/WriteQualifiers: [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

Development Requirements

See Also


Send comments about this topic to Microsoft.