UpdateRelationship

Defines constants the describe the relationship between updates.

Members

Member Description Value
AllRevisionsOfThisUpdate All revisions of this update. 7
UpdatesBundledByThisUpdate Child updates that this update bundles. 2
UpdatesRequiredByThisUpdate Updates that must be installed before this update can be installed. 4
UpdatesThatBundleThisUpdate Parent updates that bundle this update. 1
UpdatesThatRequireThisUpdate Updates that require this update to be installed before they can be installed. 3
UpdatesThatSupersedeThisUpdate Updates that supersede this update. 5
UpdatesSupersededByThisUpdate Updates that are superseded by this update. 6

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

IUpdate.GetRelatedUpdates