अंग्रेज़ी में पढ़ें

इसके माध्यम से साझा किया गया


ErrorOption Enumeration

Defines error behavior during object processing.

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

Syntax

C#
[GuidAttribute("28EB23D5-9CB3-4ac6-9AE9-79D6FEE6114B")]
public enum 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.

Remarks

New:   17 July 2006

See Also

Reference

Microsoft.AnalysisServices Namespace