Compartilhar via


Classe ValidationResult

Represents a validation error, warning or message returned by the MajorObject.Validate method.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.ValidationResult

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

Sintaxe

'Declaração
Public NotInheritable Class ValidationResult
'Uso
Dim instance As ValidationResult
public sealed class ValidationResult
public ref class ValidationResult sealed
[<SealedAttribute>]
type ValidationResult =  class end
public final class ValidationResult

O tipo ValidationResult expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Description Gets either a ValidationRule.Description or a similar text with parameters.
Propriedade pública Rule Gets the ValidationRule associated with the ValidationResult.
Propriedade pública Source Gets the ModelComponent that is the source of the ValidationResult.
Propriedade pública SourcePath Gets the SourcePath extracted from the Source property.
Propriedade pública SourceType Gets the SourceType extracted from the Source property.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString Returns a string representation of the current object. (Substitui Object.ToString().)

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.

Consulte também

Referência

Namespace Microsoft.AnalysisServices