Partager via


Classe ErrorConfiguration

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")> _
<GuidAttribute("DFC2EFB6-E3D4-4A77-9776-932EA64DA506")> _
Public NotInheritable Class ErrorConfiguration _
    Inherits Component
'Utilisation
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

Le type ErrorConfiguration expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ErrorConfiguration() () () () Initializes a new instance of the ErrorConfiguration class using default values.
Méthode publique ErrorConfiguration(String) Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile.
Méthode publique ErrorConfiguration(String, Int64) Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile and an keyErrorLimit.

Haut de la page

Propriétés

  Nom Description
Propriété publique CalculationError
Propriété protégée CanRaiseEvents (hérité de Component.)
Propriété publique Container (hérité de Component.)
Propriété protégée DesignMode (hérité de Component.)
Propriété protégée Events (hérité de Component.)
Propriété publique 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.
Propriété publique KeyErrorAction Gets or sets the action for Microsoft SQL Server 2005 Analysis Services (SSAS) to take when an error occurs on a key.
Propriété publique KeyErrorLimit Gets or sets the number of errors allowed during processing.
Propriété publique 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.
Propriété publique KeyErrorLogFile Gets or sets the file name for logging processing errors.
Propriété publique KeyNotFound Gets or sets how Microsoft SQL Server 2005 Analysis Services (SSAS) responds when it encounters a referential integrity error.
Propriété publique NullKeyConvertedToUnknown Gets or sets the action to be taken when a null conversion error is encountered.
Propriété publique 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.
Propriété publique Site (hérité de Component.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Creates a new, full copy of an object.
Méthode publique CopyTo Creates a full copy of an object into the existing object that is passed as a parameter.
Méthode publique CreateObjRef (hérité de MarshalByRefObject.)
Méthode publique Dispose() () () () (hérité de Component.)
Méthode protégée Dispose(Boolean) (hérité de Component.)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Component.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetLifetimeService (hérité de MarshalByRefObject.)
Méthode protégée GetService (hérité de Component.)
Méthode publique GetType (hérité de Object.)
Méthode publique InitializeLifetimeService (hérité de MarshalByRefObject.)
Méthode protégée MemberwiseClone() () () () (hérité de Object.)
Méthode protégée MemberwiseClone(Boolean) (hérité de MarshalByRefObject.)
Méthode publique ToString (hérité de Component.)

Haut de la page

Événements

  Nom Description
Événement public Disposed (hérité de Component.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.