ValidationErrorCodes Class

Note: This API is now obsolete.

Represents a validation error codes.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ValidationErrorCodes

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<ObsoleteAttribute("The ValidationErrorCodes class is obsolete and will be removed in the next version.",  _
    True)> _
Public NotInheritable Class ValidationErrorCodes
'Usage
Dim instance As ValidationErrorCodes
[ObsoleteAttribute("The ValidationErrorCodes class is obsolete and will be removed in the next version.", 
    true)]
public sealed class ValidationErrorCodes
[ObsoleteAttribute(L"The ValidationErrorCodes class is obsolete and will be removed in the next version.", 
    true)]
public ref class ValidationErrorCodes sealed
[<SealedAttribute>]
[<ObsoleteAttribute("The ValidationErrorCodes class is obsolete and will be removed in the next version.", 
    true)>]
type ValidationErrorCodes =  class end
public final class ValidationErrorCodes

The ValidationErrorCodes type exposes the following members.

Constructors

  Name Description
Public method ValidationErrorCodes Initializes a new instance of the ValidationErrorCodes class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member MeasureGroupNoDimensionsDefined Infrastructure. Represents a MeasureGroupNoDimensionsDefined error code.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AnalysisServices Namespace