ErrorOption Enumeration
Applies To: SQL Server (starting with 2016)
Defines error behavior during object processing.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Member name | Description | |
---|---|---|
IgnoreError | Ignores the error and continues to process. Nothing is logged. | |
ReportAndContinue | Ignores the error, continues to process. Logs according to the log options. | |
ReportAndStop | Stops processing and logs the error. |
Show: