Expand Minimize
This topic has not yet been rated - Rate this topic

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)
'Usage
Dim instance As UpdateRelationship

[SerializableAttribute] 
[ComVisibleAttribute(true)] 
public enum UpdateRelationship
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
public enum UpdateRelationship
SerializableAttribute 
ComVisibleAttribute(true) 
public enum UpdateRelationship
Member nameDescription
AllRevisionsOfThisUpdateAll revisions of this update.
UpdatesBundledByThisUpdateChild updates that are bundled in this update.
UpdatesRequiredByThisUpdateUpdates that must be installed before this update can be installed.
UpdatesSupersededByThisUpdateUpdates that are superseded by this update.
UpdatesThatBundleThisUpdateParent updates that bundle this update.
UpdatesThatRequireThisUpdateUpdates that require this update to be installed before they can be installed.
UpdatesThatSupersedeThisUpdateUpdates that supersede this update.

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.