ErrorConfiguration Class
Specifies settings for handling errors that can occur when the parent element is processed. This class cannot be inherited.
Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ErrorConfiguration
Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")> _
<GuidAttribute("DFC2EFB6-E3D4-4A77-9776-932EA64DA506")> _
Public NotInheritable Class ErrorConfiguration _
    Inherits Component
'Usage
Dim instance As ErrorConfiguration
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute("DFC2EFB6-E3D4-4A77-9776-932EA64DA506")]
public sealed class ErrorConfiguration : Component
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")]
[GuidAttribute(L"DFC2EFB6-E3D4-4A77-9776-932EA64DA506")]
public ref class ErrorConfiguration sealed : public Component
[<SealedAttribute>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")>]
[<GuidAttribute("DFC2EFB6-E3D4-4A77-9776-932EA64DA506")>]
type ErrorConfiguration =  
    class
        inherit Component
    end
public final class ErrorConfiguration extends Component
The ErrorConfiguration type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ErrorConfiguration() | Initializes a new instance of the ErrorConfiguration class using default values. | 
| .gif) | ErrorConfiguration(String) | Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile. | 
| .gif) | ErrorConfiguration(String, Int64) | Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile and an keyErrorLimit. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | CalculationError | |
| .gif) | CanRaiseEvents | (Inherited from Component.) | 
| .gif) | Container | (Inherited from Component.) | 
| .gif) | DesignMode | (Inherited from Component.) | 
| .gif) | Events | (Inherited from Component.) | 
| .gif) | KeyDuplicate | Gets or sets the KeyDuplicate property for an ErrorConfiguration object. This determines how Microsoft SQL Server 2005 Analysis Services (SSAS) handles a duplicate key error if it encounters one during processing. | 
| .gif) | KeyErrorAction | Gets or sets the action for Microsoft SQL Server 2005 Analysis Services (SSAS) to take when an error occurs on a key. | 
| .gif) | KeyErrorLimit | Gets or sets the number of errors allowed during processing. | 
| .gif) | KeyErrorLimitAction | Gets or sets the action Microsoft SQL Server 2005 Analysis Services (SSAS) takes when the key error count that is specified in the KeyErrorLimit element is reached. | 
| .gif) | KeyErrorLogFile | Gets or sets the file name for logging processing errors. | 
| .gif) | KeyNotFound | Gets or sets how Microsoft SQL Server 2005 Analysis Services (SSAS) responds when it encounters a referential integrity error. | 
| .gif) | NullKeyConvertedToUnknown | Gets or sets the action to be taken when a null conversion error is encountered. | 
| .gif) | NullKeyNotAllowed | Gets or sets the property that determines how the Microsoft SQL Server 2005 Analysis Services (SSAS) processing engine handles a null key error encountered during processing. | 
| .gif) | Site | (Inherited from Component.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Clone | Creates a new, full copy of an object. | 
| .gif) | CopyTo | Creates a full copy of an object into the existing object that is passed as a parameter. | 
| .gif) | CreateObjRef | (Inherited from MarshalByRefObject.) | 
| .gif) | Dispose() | (Inherited from Component.) | 
| .gif) | Dispose(Boolean) | (Inherited from Component.) | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Component.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetLifetimeService | (Inherited from MarshalByRefObject.) | 
| .gif) | GetService | (Inherited from Component.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | InitializeLifetimeService | (Inherited from MarshalByRefObject.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .gif) | ToString | (Inherited from Component.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)