Defines the algorithm used to report health information. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementPackAggregateMonitorAlgorithm

Syntax

Visual Basic
<SerializableAttribute> _
Public Enumeration ManagementPackAggregateMonitorAlgorithm
C#
[SerializableAttribute] 
public enum ManagementPackAggregateMonitorAlgorithm
C++
[SerializableAttribute] 
public enum class ManagementPackAggregateMonitorAlgorithm
J#
/** @attribute SerializableAttribute() */ 
public enum ManagementPackAggregateMonitorAlgorithm
JScript
SerializableAttribute 
public enum ManagementPackAggregateMonitorAlgorithm

Members

Member name Description
BestOf Reports the best health data.
WorstOf Reports the worst health data.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also