[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Defines the monitoring levels in a management pack. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ManagementPackMonitoringLevel

Syntax

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

Members

Member name Description
false Specifies that monitoring is not enabled.
onAdvancedMonitoring Specifies that advanced monitoring is enabled.
onEssentialMonitoring Specifies that essential monitoring is enabled.
onStandardMonitoring Specifies that standard monitoring is enabled.
true Specifies that monitoring is enabled.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also