IUpdateCategory.GetTotalSummaryPerComputerTarget Method ()

 

Applies To: Windows Server Update Services

Gets the summary information for drivers and software updates in this category and all subcategories for all computers.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

UpdateSummaryCollection GetTotalSummaryPerComputerTarget()
UpdateSummaryCollection^ GetTotalSummaryPerComputerTarget()
abstract GetTotalSummaryPerComputerTarget : unit -> UpdateSummaryCollection
Function GetTotalSummaryPerComputerTarget As UpdateSummaryCollection

Return Value

Type: Microsoft.UpdateServices.Administration.UpdateSummaryCollection

A collection containing one entry for each computer target, each with counts summed across all included updates.

Remarks

This is equivalent to IUpdateCategory.GetTotalSummaryPerComputerTarget(Microsoft.UpdateServices.Administration.UpdateTypes.Driver | UpdateTypes.SoftwareUpdate).

See Also

IUpdateCategory Interface
Microsoft.UpdateServices.Administration Namespace

Return to top