ErrorOption 列舉

Defines error behavior during object processing.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

C#
[GuidAttribute("28EB23D5-9CB3-4ac6-9AE9-79D6FEE6114B")]
public enum ErrorOption

成員

成員名稱 說明
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.

備註

新增:   2006 年 7 月 17 日

請參閱

參考

Microsoft.AnalysisServices 命名空間