Defines the object types that grooming information is provided for. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As OperationalDataObjectType

Syntax

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

Members

Member name Description
MonitoringAlert The alert grooming notification. Alerts are groomed based on the TimeResolved property.
MonitoringEvent The event grooming notification. Events are groomed based on the TimeGenerated property.
MonitoringPerformanceData The performance data grooming notification. Performance data is groomed based on the sample time.
MonitoringStateChangeEvent The state change event notification. State change events are groomed based on the TimeResolved property.

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