IComputerTargetGroup.GetTotalSummaryPerComputerTarget Method (UpdateTypes)
[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Get the summary information for updates of the specified type for computers in this ComputerTargetGroup. Updates with at least one approval are included, even if the update is not approved for this particular target group.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Syntax
'Declaration
Function GetTotalSummaryPerComputerTarget ( _
updateTypes As UpdateTypes _
) As UpdateSummaryCollection
'Usage
Dim instance As IComputerTargetGroup
Dim updateTypes As UpdateTypes
Dim returnValue As UpdateSummaryCollection
returnValue = instance.GetTotalSummaryPerComputerTarget(updateTypes)
UpdateSummaryCollection GetTotalSummaryPerComputerTarget (
UpdateTypes updateTypes
)
UpdateSummaryCollection^ GetTotalSummaryPerComputerTarget (
UpdateTypes updateTypes
)
UpdateSummaryCollection GetTotalSummaryPerComputerTarget (
UpdateTypes updateTypes
)
function GetTotalSummaryPerComputerTarget (
updateTypes : UpdateTypes
) : UpdateSummaryCollection
Parameters
- updateTypes
The types of updates to get information for. Can be any combination of values from UpdateTypes.
Return Value
A collection containing one entry for each ComputerTarget in this ComputerTargetGroup, each with counts summed across all included updates.
Exceptions
| Exception type | Condition |
|---|---|
The computer target group could not be found in the database. |
Remarks
This operation requires WSUS Reporter privileges.
Platforms
Windows Server 2003
See Also
Reference
IComputerTargetGroup Interface
IComputerTargetGroup Members
Microsoft.UpdateServices.Administration Namespace
.gif)