IUpdateCategory.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 in this category and all subcategories for all computers. Only updates with at least one approval are included.

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 IUpdateCategory
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, each with counts summed across all included updates.

Remarks

This operation requires WSUS Reporter privileges.

Platforms

Windows Server 2003

See Also

Reference

IUpdateCategory Interface
IUpdateCategory Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.