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 | |
---|---|---|
Description | Gets either a ValidationRule.Description or a similar text with parameters. | |
Rule | Gets the ValidationRule associated with the ValidationResult. | |
Source | Gets the ModelComponent that is the source of the ValidationResult. | |
SourcePath | Gets the SourcePath extracted from the Source property. | |
SourceType | Gets the SourceType extracted from the Source property. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
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.