Freigeben über


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.

Hinweise

Neu:17. Juli 2006

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.AnalysisServices Namespace