Defines the category of an object in a Management Pack, such as a task, rule, or monitor. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementPackCategoryType

Syntax

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

Members

Member name Description
Alert The object is used for alerts.
AvailabilityHealth The object is used to check for availability of other objects.
ConfigurationHealth The object is used to check the configuration of other objects.
ConnectorFramework The object is used in the connector framework.
Custom The object is a custom object.
Discovery The object is a discovery object.
DSIntegration The object is used for data source integration.
EventCollection The object is used for collecting events.
ExceptionMonitoring The object is used for exception monitoring.
Maintenance The object is used for maintenance.
Notification The object is used for notifications.
Operations The object is used for operations.
PerformanceCollection The object is used for collecting performance data.
PerformanceHealth The object is used for performance health monitoring.
SecurityHealth The object is used for security health monitoring.
SoftwareAndUpdates The object is used for updates to software.
StateCollection The object is used for collecting state information about an object.
System The object is used for system operations.

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