Clase ValidationResult
Represents a validation error, warning or message returned by the MajorObject.Validate method.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.ValidationResult
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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
El tipo ValidationResult expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | Returns a string representation of the current object. (Invalida Object.ToString().) |
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.