UpdateInstallationStates Enumeration

 

Applies To: Windows Server Update Services

Defines constants that indicate the possible installation states of the update on the client computer.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

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

Members

Member name Description
All

Include Updates/Computers regardless of their installation state.

Downloaded

When searching for Updates, include updates that have at least one computer in the Downloaded state. When searching for Computers, include computers that have at least one update in the Downloaded state.

Failed

When searching for Updates, include updates that have at least one computer in the Failed state. When searching for Computers, include computers that have at least one update in the Failed state.

Installed

When searching for Updates, include updates that have at least one computer in the Installed state. When searching for Computers, include computers that have at least one update in the Installed state.

InstalledPendingReboot

When searching for Updates, include updates that have at least one computer in the InstalledPendingReboot state. When searching for Computers, include computers that have at least one update in the InstalledPendingReboot state.

NotApplicable

When searching for Updates, include updates that have at least one computer in the NotApplicable state. When searching for Computers, include computers that have at least one update in the NotApplicable state.

NotInstalled

When searching for Updates, include updates that have at least one computer in the NotInstalled state. When searching for Computers, include computers that have at least one update in the NotInstalled state.

Unknown

When searching for Updates, include updates that have at least one computer in the Unknown state. When searching for Computers, include computers that have at least one update in the Unknown state.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top