IComputerTargetGroup.GetTotalSummaryPerComputerTarget Method (Boolean)
Applies To: Windows Server Update Services
Gets the summary information for updates of the specified type for computers in this computer target group. Updates with at least one approval are included, even if the update is not approved for this particular target group.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
UpdateSummaryCollection GetTotalSummaryPerComputerTarget(
bool includeSubgroups
)
UpdateSummaryCollection^ GetTotalSummaryPerComputerTarget(
bool includeSubgroups
)
abstract GetTotalSummaryPerComputerTarget :
includeSubgroups:bool -> UpdateSummaryCollection
Function GetTotalSummaryPerComputerTarget (
includeSubgroups As Boolean
) As UpdateSummaryCollection
Parameters
includeSubgroups
Type: System.Booleantrue if subgroups of this computer group are to be included, otherwise false.
Return Value
Type: Microsoft.UpdateServices.Administration.UpdateSummaryCollection
An UpdateSummaryCollection containing one entry for each computer target in this computer target group, each with counts summed across all included updates.
Exceptions
Exception
Condition
The computer target group could not be found.
See Also
GetTotalSummaryPerComputerTarget Overload
IComputerTargetGroup Interface
Microsoft.UpdateServices.Administration Namespace
Return to top