ErrorOption Enumeration

 

Applies To: SQL Server (starting with 2016)

Defines error behavior during object processing.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

[GuidAttribute("28EB23D5-9CB3-4ac6-9AE9-79D6FEE6114B")]
public enum ErrorOption
[GuidAttribute("28EB23D5-9CB3-4ac6-9AE9-79D6FEE6114B")]
public enum class ErrorOption
[<GuidAttribute("28EB23D5-9CB3-4ac6-9AE9-79D6FEE6114B")>]
type ErrorOption
<GuidAttribute("28EB23D5-9CB3-4ac6-9AE9-79D6FEE6114B")>
Public Enumeration ErrorOption

Members

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.

See Also

Microsoft.AnalysisServices Namespace

Return to top