Share via


ManagementPackWarningCode Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines the warning codes that are used to define the warnings that are thrown when working with a management pack. To get the message for the exception code, pass the code into the GetMessage method.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ManagementPackWarningCode

Syntax

'Declaration
<DataContractAttribute> _
Public Enumeration ManagementPackWarningCode
[DataContractAttribute] 
public enum ManagementPackWarningCode
[DataContractAttribute] 
public enum class ManagementPackWarningCode
/** @attribute DataContractAttribute() */ 
public enum ManagementPackWarningCode
DataContractAttribute 
public enum ManagementPackWarningCode

Members

Member name Description
TypeDefinitionInUnsealedMP Indicates that the TypeDefinitionInUnsealedMP warning is thrown.
VerifyCubeActionCubeDimensionNotFound Indicates that the VerifyCubeActionCubeDimensionNotFound warning is thrown.
VerifyCubeManyToManyIntermediateMeasureGroupInvalid Indicates that the VerifyCubeManyToManyIntermediateMeasureGroupInvalid warning is thrown.
VerifyCubeManyToManyRelationshipCubeDimensionNotFound Indicates that the VerifyCubeManyToManyRelationshipCubeDimensionNotFound warning is thrown.
VerifyCubeManyToManyTargetMeasureGroupInvalid Indicates that the VerifyCubeManyToManyTargetMeasureGroupInvalid warning is thrown.
VerifyCubeMeasureTargetDimNotFound Indicates that the VerifyCubeMeasureTargetDimNotFound warning is thrown.
VerifyCubeNamedCalculationTargetDimNotFound Indicates that the VerifyCubeNamedCalculationTargetDimNotFound warning is thrown.
VerifyOverrideNotFound Indicates that the VerifyOverrideNotFound warning is thrown.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

Microsoft.EnterpriseManagement.Common Namespace