ErrorConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies settings for handling errors that can occur when the parent element is processed. This class cannot be inherited.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design.AS")]
[System.Runtime.InteropServices.Guid("DFC2EFB6-E3D4-4A77-9776-932EA64DA506")]
public sealed class ErrorConfiguration : System.ComponentModel.Component
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
[<System.Runtime.InteropServices.Guid("DFC2EFB6-E3D4-4A77-9776-932EA64DA506")>]
type ErrorConfiguration = class
inherit Component
Public NotInheritable Class ErrorConfiguration
Inherits Component
- Inheritance
-
ErrorConfiguration
- Attributes
Constructors
ErrorConfiguration() |
Initializes a new instance of the ErrorConfiguration class using default values. |
ErrorConfiguration(String, Int64) |
Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile and an keyErrorLimit. |
ErrorConfiguration(String) |
Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile. |
Properties
CalculationError |
Gets or sets the calculation error that occurs during configuration. |
KeyDuplicate |
Gets or sets the KeyDuplicate property for an ErrorConfiguration object. This determines how Analysis Services handles a duplicate key error if it encounters one during processing. |
KeyErrorAction |
Gets or sets the action for Analysis Services to take when an error occurs on a key. |
KeyErrorLimit |
Gets or sets the number of errors allowed during processing. |
KeyErrorLimitAction |
Gets or sets the action Analysis Services takes when the key error count that is specified in the KeyErrorLimit element is reached. |
KeyErrorLogFile |
Gets or sets the file name for logging processing errors. |
KeyNotFound |
Gets or sets how Analysis Services responds when it encounters a referential integrity error. |
NullKeyConvertedToUnknown |
Gets or sets the action to be taken when a null conversion error is encountered. |
NullKeyNotAllowed |
Gets or sets the property that determines how Analysis Services processing engine handles a null key error encountered during processing. |
Methods
Clone() |
Creates a new, full copy of an object. |
CopyTo(ErrorConfiguration) |
Creates a full copy of an object into the existing object that is passed as a parameter. |