Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use this interface to retrieve summary information regarding the number of clients in various states of installing updates.
To retrieve this interface, call one of the following methods:
The IUpdateSummary interface is derived from the System.Object class.
Public Methods
The IUpdateSummary interface has the following public methods.
| Method | Description |
|---|---|
| Equals(Object) | Determines if the specified Object is equal to the current Object. |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
| GetType() | Retrieves the Type of the current instance. |
| ToString() | Retrieves a String that represents the current Object. |
Public Properties
The IUpdateSummary interface has the following public properties.
| Property | Description |
|---|---|
| ComputerTargetGroupId | Retrieves the unique identifier of the target group. |
| ComputerTargetId | Retrieves the unique identifier of the client computer. |
| DownloadedCount | Retrieves the number of updates that have been downloaded but not installed. |
| FailedCount | Retrieves the number of updates that failed to install. |
| InstalledCount | Retrieves the number of updates that have been successfully installed. |
| InstalledPendingRebootCount | Retrieves the number of updates that have been successfully installed and are pending a computer restart to finish the installation. |
| IsSummedAcrossAllUpdates | Retrieves a value that indicates if the summary counts are summed across all updates or represent a single update. |
| LastUpdated | Retrieves the date when the summary information was last updated. |
| NotApplicableCount | Retrieves the number of updates that are not applicable to a client computer. |
| NotInstalledCount | Retrieves the number of updates that are applicable to the client computer but have not been downloaded or installed. |
| UnknownCount | Retrieves the number of updates where the current state of the installation cannot be determined. |
| UpdateId | Retrieves the unique identifier of the update. |
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. |