DismissedValidationRule.ValidationRule Property

 

Applies To: SQL Server (starting with 2016)

Gets the custom rule for validation.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.ValidationRule

The custom rule for validation.

See Also

DismissedValidationRule Class
Microsoft.AnalysisServices Namespace

Return to top