ValidationRulePriority Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the validation rule priority of analysis services.
public enum ValidationRulePriority
type ValidationRulePriority =
Public Enum ValidationRulePriority
- Inheritance
-
ValidationRulePriority
Fields
High | 0 | The priority is set to high. |
Low | 2 | The priority is set to low. |
Medium | 1 | The priority is set to medium. |
Remarks
Main errors are marked as High, detailed errors as Medium; warnings (about best practices) are High, Medium or Low. ('main' vs 'detailed' errors: for example if a dimension has multiple key attributes defined, there is 1 'main' error for the dimension and multiple 'detailed' errors for each key attribute; the ValidationOptions.AddDetails controls if details are provided or not by the Validate method)