Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As ErrorOption
[GuidAttribute("28EB23D5-9CB3-4ac6-9AE9-79D6FEE6114B")]
public enum ErrorOption
[GuidAttribute(L"28EB23D5-9CB3-4ac6-9AE9-79D6FEE6114B")]
public enum class ErrorOption
[<GuidAttribute("28EB23D5-9CB3-4ac6-9AE9-79D6FEE6114B")>]
type ErrorOption
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