ValidationResult.Rule Property

 

Applies To: SQL Server (starting with 2016)

Gets the ValidationRule associated with the ValidationResult.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.ValidationRule

The ValidationRule associated with the ValidationResult.

See Also

ValidationResult Class
Microsoft.AnalysisServices Namespace

Return to top