Compartilhar via


Classe ErrorConfiguration

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

Hierarquia de herança

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

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

Sintaxe

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

O tipo ErrorConfiguration expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ErrorConfiguration() Initializes a new instance of the ErrorConfiguration class using default values.
Método público ErrorConfiguration(String) Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile.
Método público ErrorConfiguration(String, Int64) Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile and an keyErrorLimit.

Início

Propriedades

  Nome Descrição
Propriedade pública CalculationError Gets or sets the calculation error that occurs during configuration.
Propriedade pública Container (Herdado de Component.)
Propriedade pública 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.
Propriedade pública KeyErrorAction Gets or sets the action for Microsoft?SQL Server 2005 Analysis Services (SSAS) to take when an error occurs on a key.
Propriedade pública KeyErrorLimit Gets or sets the number of errors allowed during processing.
Propriedade pública 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.
Propriedade pública KeyErrorLogFile Gets or sets the file name for logging processing errors.
Propriedade pública KeyNotFound Gets or sets how Microsoft?SQL Server 2005 Analysis Services (SSAS) responds when it encounters a referential integrity error.
Propriedade pública NullKeyConvertedToUnknown Gets or sets the action to be taken when a null conversion error is encountered.
Propriedade pública 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.
Propriedade pública Site (Herdado de Component.)

Início

Métodos

  Nome Descrição
Método público Clone Creates a new, full copy of an object.
Método público CopyTo Creates a full copy of an object into the existing object that is passed as a parameter.
Método público CreateObjRef Segurança crítica. (Herdado de MarshalByRefObject.)
Método público Dispose (Herdado de Component.)
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método público GetType (Herdado de Object.)
Método público InitializeLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método público ToString (Herdado de Component.)

Início

Eventos

  Nome Descrição
Evento público Disposed (Herdado de Component.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices