ValidationResult Class

 

Applies To: SQL Server (starting with 2016)

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

System::Object
  Microsoft.AnalysisServices::ValidationResult

public ref class ValidationResult sealed 

NameDescription
System_CAPS_pubpropertyDescription

Gets either a ValidationRule.Description or a similar text with parameters.

System_CAPS_pubpropertyRule

Gets the ValidationRule associated with the ValidationResult.

System_CAPS_pubpropertySource

Gets the ModelComponent that is the source of the ValidationResult.

System_CAPS_pubpropertySourcePath

Gets the SourcePath extracted from the Source property.

System_CAPS_pubpropertySourceType

Gets the SourceType extracted from the Source property.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string representation of the current object.(Overrides Object::ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: