ValidationErrorCodes Class

 

Applies To: SQL Server (starting with 2016)

Note: This API is now obsolete.

Represents a validation error codes.

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ValidationErrorCodes

Syntax

[ObsoleteAttribute("The ValidationErrorCodes class is obsolete and will be removed in the next version.", 
    true)]
public sealed class ValidationErrorCodes
[ObsoleteAttribute("The ValidationErrorCodes class is obsolete and will be removed in the next version.", 
    true)]
public ref class ValidationErrorCodes sealed 
[<Sealed>]
[<ObsoleteAttribute("The ValidationErrorCodes class is obsolete and will be removed in the next version.",
    true)>]
type ValidationErrorCodes = class end
<ObsoleteAttribute("The ValidationErrorCodes class is obsolete and will be removed in the next version.",
    True)>
Public NotInheritable Class ValidationErrorCodes

Constructors

Name Description
System_CAPS_pubmethod ValidationErrorCodes()

Initializes a new instance of the ValidationErrorCodes class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static MeasureGroupNoDimensionsDefined

Represents a MeasureGroupNoDimensionsDefined error code.

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

Microsoft.AnalysisServices Namespace

Return to top