Énumération ErrorOption

Defines error behavior during object processing.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

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

Membres

Nom de membre 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.

Notes

Nouveau :   17 juillet 2006

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices