You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Determines how the [!INCLUDEmsCoName] [!INCLUDEssNoVersion] [!INCLUDEssASnoversion] processing engine handles a null key error encountered during processing.
Null key errors occur when a null value is encountered in a key column in which null values are not allowed, forcing the record to be discarded during processing. However, this error occurs only if the NullProcessing element for the DataItem ancestor of the ErrorConfiguration parent element is set to Error.
The value of this element is limited to one of the strings in the following table.
Value
Description
IgnoreError
Processing ignores the error and continues.
ReportAndContinue
Processing reports the error and continues.
ReportAndStop
Processing reports the error and stops.
The enumeration that corresponds to the allowed values for NullKeyNotAllowed in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.ErrorOption.