[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Defines the category of an object in a management pack, such as a task, rule, or monitor. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.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 Specifies the object used for alerts.
AvailabilityHealth Specifies the object used to check for availability of other objects.
ConfigurationHealth Specifies the object used to check the configuration of other objects.
ConnectorFramework Specifies the object used in the connector framework.
Custom Specifies a custom object.
Discovery Specifies a discovery object.
DSIntegration Specifies the object used for data source integration.
EventCollection Specifies the object used for collecting events.
ExceptionMonitoring Specifies the object used for exception monitoring.
Maintenance Specifies the object used for maintenance.
None Specifies no category of an object in a management pack.
Notification Specifies the object used for notifications.
Operations Specifies the object used for operations.
PerformanceCollection Specifies the object used for collecting performance data.
PerformanceHealth Specifies the object used for performance health monitoring.
SecurityHealth Specifies the object used for security health monitoring.
SoftwareAndUpdates Specifies the object used for updates to software.
StateCollection Specifies the object used for collecting state information about an object.
System Specifies the object 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

See Also