This topic has not yet been rated - Rate this topic

ValidationResult Class

SQL Server 2012

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

System.Object
  Microsoft.AnalysisServices.ValidationResult

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public sealed class ValidationResult

The ValidationResult type exposes the following members.

  NameDescription
Public propertyDescriptionGets either a ValidationRule.Description or a similar text with parameters.
Public propertyRuleGets the ValidationRule associated with the ValidationResult.
Public propertySourceGets the ModelComponent that is the source of the ValidationResult.
Public propertySourcePathGets the SourcePath extracted from the Source property.
Public propertySourceTypeGets the SourceType extracted from the Source property.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToStringReturns a string representation of the current object. (Overrides Object.ToString().)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.