DismissedValidationResult.ValidationResult Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

public ValidationResult ValidationResult { get; }
public:
property ValidationResult^ ValidationResult {
    ValidationResult^ get();
}
member ValidationResult : ValidationResult with get
Public ReadOnly Property ValidationResult As ValidationResult

Property Value

Type: Microsoft.AnalysisServices.ValidationResult

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

See Also

DismissedValidationResult Class
Microsoft.AnalysisServices Namespace

Return to top