ValidationResult Class
SQL Server 2012
Represents a validation error, warning or message returned by the MajorObject.Validate method.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
The ValidationResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | Returns a string representation of the current object. (Overrides Object.ToString().) |

