UpdateRelationship Enumeration

 

Applies To: Windows Server Update Services

Defines constants that describe the relationship between updates. This enum can be used in conjunction with GetRelatedUpdates to obtain the updates that have a specific relationship with the update.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum UpdateRelationship
[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class UpdateRelationship
[<SerializableAttribute>]
[<ComVisibleAttribute(true)>]
type UpdateRelationship
<SerializableAttribute>
<ComVisibleAttribute(True)>
Public Enumeration UpdateRelationship

Members

Member name Description
AllRevisionsOfThisUpdate

All revisions of this update.

UpdatesBundledByThisUpdate

Child updates that are bundled in this update.

UpdatesRequiredByThisUpdate

Updates that must be installed before this update can be installed.

UpdatesSupersededByThisUpdate

Updates that are superseded by this update.

UpdatesThatBundleThisUpdate

Parent updates that bundle this update.

UpdatesThatRequireThisUpdate

Updates that require this update to be installed before they can be installed.

UpdatesThatSupersedeThisUpdate

Updates that supersede this update.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top