ErrorConfiguration Class

Specifies settings for handling errors that can occur when the parent element is processed. This class cannot be inherited.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("DFC2EFB6-E3D4-4A77-9776-932EA64DA506")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class ErrorConfiguration _
    Inherits Component
'Usage
Dim instance As ErrorConfiguration
[GuidAttribute("DFC2EFB6-E3D4-4A77-9776-932EA64DA506")]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")]
public sealed class ErrorConfiguration : Component
[GuidAttribute(L"DFC2EFB6-E3D4-4A77-9776-932EA64DA506")]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")]
public ref class ErrorConfiguration sealed : public Component
[<SealedAttribute>]
[<GuidAttribute("DFC2EFB6-E3D4-4A77-9776-932EA64DA506")>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")>]
type ErrorConfiguration =  
    class
        inherit Component
    end
public final class ErrorConfiguration extends Component

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ErrorConfiguration

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.