Condividi tramite


Classe ErrorConfiguration

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Nel tipo ErrorConfiguration sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ErrorConfiguration() () () () Initializes a new instance of the ErrorConfiguration class using default values.
Metodo pubblico ErrorConfiguration(String) Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile.
Metodo pubblico ErrorConfiguration(String, Int64) Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile and an keyErrorLimit.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica CalculationError
Proprietà protetta CanRaiseEvents Ereditato da Component.
Proprietà pubblica Container Ereditato da Component.
Proprietà protetta DesignMode Ereditato da Component.
Proprietà protetta Events Ereditato da Component.
Proprietà pubblica 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.
Proprietà pubblica KeyErrorAction Gets or sets the action for Microsoft SQL Server 2005 Analysis Services (SSAS) to take when an error occurs on a key.
Proprietà pubblica KeyErrorLimit Gets or sets the number of errors allowed during processing.
Proprietà pubblica 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.
Proprietà pubblica KeyErrorLogFile Gets or sets the file name for logging processing errors.
Proprietà pubblica KeyNotFound Gets or sets how Microsoft SQL Server 2005 Analysis Services (SSAS) responds when it encounters a referential integrity error.
Proprietà pubblica NullKeyConvertedToUnknown Gets or sets the action to be taken when a null conversion error is encountered.
Proprietà pubblica 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.
Proprietà pubblica Site Ereditato da Component.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Creates a new, full copy of an object.
Metodo pubblico CopyTo Creates a full copy of an object into the existing object that is passed as a parameter.
Metodo pubblico CreateObjRef Ereditato da MarshalByRefObject.
Metodo pubblico Dispose() () () () Ereditato da Component.
Metodo protetto Dispose(Boolean) Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Component.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto GetService Ereditato da Component.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto MemberwiseClone() () () () Ereditato da Object.
Metodo protetto MemberwiseClone(Boolean) Ereditato da MarshalByRefObject.
Metodo pubblico ToString Ereditato da Component.

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.