Udostępnij przez


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

'Deklaracja
<GuidAttribute("DFC2EFB6-E3D4-4A77-9776-932EA64DA506")> _
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/analysisservices/2003/engine")> _
<EditorAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationPropertyTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class ErrorConfiguration
    Inherits Component
[GuidAttribute("DFC2EFB6-E3D4-4A77-9776-932EA64DA506")] 
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/analysisservices/2003/engine")] 
[EditorAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")] 
public sealed class ErrorConfiguration : Component
[GuidAttribute(L"DFC2EFB6-E3D4-4A77-9776-932EA64DA506")] 
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/analysisservices/2003/engine")] 
[EditorAttribute(L"Microsoft.AnalysisServices.Design.ErrorConfigurationPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")] 
public ref class ErrorConfiguration sealed : public Component
/** @attribute GuidAttribute("DFC2EFB6-E3D4-4A77-9776-932EA64DA506") */ 
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/analysisservices/2003/engine") */ 
/** @attribute EditorAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationPropertyTypeEditor, Microsoft.AnalysisServices.Design", System.Drawing.Design.UITypeEditor) */ 
/** @attribute TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design") */ 
public final class ErrorConfiguration extends Component
GuidAttribute("DFC2EFB6-E3D4-4A77-9776-932EA64DA506") 
XmlRootAttribute(Namespace="https://schemas.microsoft.com/analysisservices/2003/engine") 
EditorAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationPropertyTypeEditor, Microsoft.AnalysisServices.Design", System.Drawing.Design.UITypeEditor) 
TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design") 
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 Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.