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

Usage

Visual Basic
Dim instance As ManagementPackMeasureAggregation

Syntax

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

Members

Member name Description
Additive Specifies the additive value.
None Specifies the none value.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also