IUpdateCategory.GetSummaryPerUpdate 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 GetSummaryPerUpdate ( _
    updateTypes As UpdateTypes _
) As UpdateSummaryCollection
'Usage
Dim instance As IUpdateCategory
Dim updateTypes As UpdateTypes
Dim returnValue As UpdateSummaryCollection

returnValue = instance.GetSummaryPerUpdate(updateTypes)
UpdateSummaryCollection GetSummaryPerUpdate (
    UpdateTypes updateTypes
)
UpdateSummaryCollection^ GetSummaryPerUpdate (
    UpdateTypes updateTypes
)
UpdateSummaryCollection GetSummaryPerUpdate (
    UpdateTypes updateTypes
)
function GetSummaryPerUpdate (
    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 update, each with counts summed across all ComputerTargets.

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.