IUpdate.GetSummaryForComputerTargetGroup Method (IComputerTargetGroup)
Applies To: Windows Server Update Services
Gets the summary information about this update for the specified IComputerTargetGroup.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
IUpdateSummary GetSummaryForComputerTargetGroup(
IComputerTargetGroup targetGroup
)
IUpdateSummary^ GetSummaryForComputerTargetGroup(
IComputerTargetGroup^ targetGroup
)
abstract GetSummaryForComputerTargetGroup :
targetGroup:IComputerTargetGroup -> IUpdateSummary
Function GetSummaryForComputerTargetGroup (
targetGroup As IComputerTargetGroup
) As IUpdateSummary
Parameters
targetGroup
Type: Microsoft.UpdateServices.Administration.IComputerTargetGroupThe target group to get summary data for.
Return Value
Type: Microsoft.UpdateServices.Administration.IUpdateSummary
IUpdateSummary object with totals summed across all Computers in the IComputerTargetGroup for this update.
Exceptions
Exception
Condition
targetGroup is a null reference.
The update or the specified target group could not be found in the database.
See Also
GetSummaryForComputerTargetGroup Overload
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top