UpdateInstallationStates Enumeration
Defines constants that indicate the possible installation states of the update on the client computer.
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)
[SerializableAttribute] [FlagsAttribute] [ComVisibleAttribute(true)] public enum UpdateInstallationStates
/** @attribute SerializableAttribute() */ /** @attribute FlagsAttribute() */ /** @attribute ComVisibleAttribute(true) */ public enum UpdateInstallationStates
SerializableAttribute FlagsAttribute ComVisibleAttribute(true) public enum UpdateInstallationStates
| 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. |
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2