Compartir a través de


Clase ValidationErrorCodes

Nota: esta API ya está obsoleta.

Represents a validation error codes.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.ValidationErrorCodes

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("The ValidationErrorCodes class is obsolete and will be removed in the next version.",  _
    True)> _
Public NotInheritable Class ValidationErrorCodes
'Uso
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

El tipo ValidationErrorCodes expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ValidationErrorCodes Initializes a new instance of the ValidationErrorCodes class.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo públicoMiembro estático MeasureGroupNoDimensionsDefined Infraestructura. Represents a MeasureGroupNoDimensionsDefined error code.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices