ManagementPackWarningCode Enumeration

System Center

Updated: April 25, 2012

[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
Dim instance As ManagementPackWarningCode

[DataContractAttribute] 
public enum class ManagementPackWarningCode
/** @attribute DataContractAttribute() */ 
public enum ManagementPackWarningCode
DataContractAttribute 
public enum ManagementPackWarningCode

Member nameDescription
TypeDefinitionInUnsealedMPIndicates that the TypeDefinitionInUnsealedMP warning is thrown.
VerifyCubeActionCubeDimensionNotFoundIndicates that the VerifyCubeActionCubeDimensionNotFound warning is thrown.
VerifyCubeManyToManyIntermediateMeasureGroupInvalidIndicates that the VerifyCubeManyToManyIntermediateMeasureGroupInvalid warning is thrown.
VerifyCubeManyToManyRelationshipCubeDimensionNotFoundIndicates that the VerifyCubeManyToManyRelationshipCubeDimensionNotFound warning is thrown.
VerifyCubeManyToManyTargetMeasureGroupInvalidIndicates that the VerifyCubeManyToManyTargetMeasureGroupInvalid warning is thrown.
VerifyCubeMeasureTargetDimNotFoundIndicates that the VerifyCubeMeasureTargetDimNotFound warning is thrown.
VerifyCubeNamedCalculationTargetDimNotFoundIndicates that the VerifyCubeNamedCalculationTargetDimNotFound warning is thrown.
VerifyOverrideNotFoundIndicates that the VerifyOverrideNotFound warning is thrown.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: