ErrorOption Enumeration
Defines error behavior during object processing.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<GuidAttribute("28EB23D5-9CB3-4ac6-9AE9-79D6FEE6114B")> _
Public Enumeration ErrorOption
[GuidAttribute("28EB23D5-9CB3-4ac6-9AE9-79D6FEE6114B")]
public enum ErrorOption
[GuidAttribute(L"28EB23D5-9CB3-4ac6-9AE9-79D6FEE6114B")]
public enum class ErrorOption
/** @attribute GuidAttribute("28EB23D5-9CB3-4ac6-9AE9-79D6FEE6114B") */
public enum ErrorOption
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
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.