IUpdateClassification.GetSummaryPerUpdate 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 GetSummaryPerUpdate()
UpdateSummaryCollection^ GetSummaryPerUpdate()
abstract GetSummaryPerUpdate : unit -> UpdateSummaryCollection
Function GetSummaryPerUpdate As UpdateSummaryCollection

Return Value

Type: Microsoft.UpdateServices.Administration.UpdateSummaryCollection

A collection containing one entry for each update, each with counts summed across all computer targets.

Remarks

This is equivalent to IUpdateClassification.GetSummaryPerUpdate(Microsoft.UpdateServices.Administration.UpdateTypes.Driver | UpdateTypes.SoftwareUpdate).

See Also

IUpdateClassification Interface
Microsoft.UpdateServices.Administration Namespace

Return to top