Поделиться через


Класс ErrorConfiguration

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

Иерархия наследования

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.ErrorConfigurationTypeConverter, Microsoft.AnalysisServices.Design")> _
<GuidAttribute("DFC2EFB6-E3D4-4A77-9776-932EA64DA506")> _
Public NotInheritable Class ErrorConfiguration _
    Inherits Component
'Применение
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

Тип ErrorConfiguration обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ErrorConfiguration() () () () Initializes a new instance of the ErrorConfiguration class using default values.
Открытый метод ErrorConfiguration(String) Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile.
Открытый метод ErrorConfiguration(String, Int64) Initializes a new instance of ErrorConfiguration using a named keyErrorLogFile and an keyErrorLimit.

В начало

Свойства

  Имя Описание
Открытое свойство CalculationError
Защищенное свойство CanRaiseEvents (Производный от Component.)
Открытое свойство Container (Производный от Component.)
Защищенное свойство DesignMode (Производный от Component.)
Защищенное свойство Events (Производный от Component.)
Открытое свойство 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.
Открытое свойство KeyErrorAction Gets or sets the action for Microsoft Службы SQL Server 2005 Analysis Services (SSAS) to take when an error occurs on a key.
Открытое свойство KeyErrorLimit Gets or sets the number of errors allowed during processing.
Открытое свойство 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.
Открытое свойство KeyErrorLogFile Gets or sets the file name for logging processing errors.
Открытое свойство KeyNotFound Gets or sets how Microsoft Службы SQL Server 2005 Analysis Services (SSAS) responds when it encounters a referential integrity error.
Открытое свойство NullKeyConvertedToUnknown Gets or sets the action to be taken when a null conversion error is encountered.
Открытое свойство 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.
Открытое свойство Site (Производный от Component.)

В начало

Методы

  Имя Описание
Открытый метод Clone Creates a new, full copy of an object.
Открытый метод CopyTo Creates a full copy of an object into the existing object that is passed as a parameter.
Открытый метод CreateObjRef (Производный от MarshalByRefObject.)
Открытый метод Dispose() () () () (Производный от Component.)
Защищенный метод Dispose(Boolean) (Производный от Component.)
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Component.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetLifetimeService (Производный от MarshalByRefObject.)
Защищенный метод GetService (Производный от Component.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeLifetimeService (Производный от MarshalByRefObject.)
Защищенный метод MemberwiseClone() () () () (Производный от Object.)
Защищенный метод MemberwiseClone(Boolean) (Производный от MarshalByRefObject.)
Открытый метод ToString (Производный от Component.)

В начало

События

  Имя Описание
Открытое событие Disposed (Производный от Component.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник