ValidationRuleType Enumeration
Applies To: SQL Server (starting with 2016)
Enumerates the types of validation rule.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Member name | Description | |
|---|---|---|
| Error | Specifies a validation rule that is an error type. | |
| Message | Specifies a validation rule that is a message type. | |
| Warning | Specifies a validation rule that is a warning type. |
Show: