UpdateRelationship Enumeration
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)
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
| 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. |
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2