ValidationOptions Enumeration
Applies To: SQL Server (starting with 2016)
Enumerates the validation options.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Member name | Description | |
|---|---|---|
| AddDetails | The AddDetails options. | |
| AddMessages | The AddDetails options. | |
| AddWarnings | The AddDetails options. | |
| DoNotValidateBindings | The AddDetails options. | |
| None | The default options. |
Show: