IUpdateClassification.GetTotalSummaryPerComputerTarget Method ()

 

Applies To: Windows Server Update Services

Get the summary information for drivers and software updates in this classification 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 IUpdateClassification.GetTotalSummaryPerComputerTarget(Microsoft.UpdateServices.Administration.UpdateTypes.Driver | UpdateTypes.SoftwareUpdate).

See Also

IUpdateClassification Interface
Microsoft.UpdateServices.Administration Namespace

Return to top