ErrorConfigurationNullKeyNotAllowed Enumeration
ErrorConfigurationNullKeyNotAllowed Enumeration
The ErrorConfigurationNullKeyNotAllowed enumeration provides options for how cube processing should respond when a disallowed null key is encountered.
Enumeration Values
| Name | Summary |
|---|---|
| IgnoreError | Specifies that when a disallowed null key is discovered, the error should be ignored entirely. |
| ReportAndContinue | Specifies that when a disallowed null key is discovered, a message should be generated, but processing should continue. |
| ReportAndStop | Specifies that when a disallowed null key is discovered, a message should be generated, and processing should terminate. |