Classe ValidationErrorCodes
Observação: essa API está obsoleta.
Represents a validation error codes.
Hierarquia de herança
System.Object
Microsoft.AnalysisServices.ValidationErrorCodes
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<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
O tipo ValidationErrorCodes expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ValidationErrorCodes | Initializes a new instance of the ValidationErrorCodes class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
MeasureGroupNoDimensionsDefined | Infraestrutura. Represents a MeasureGroupNoDimensionsDefined error code. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.