共用方式為


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 中)

語法

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

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 Gets or sets the calculation error that occurs during configuration.
公用屬性 Container (繼承自 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。)
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetLifetimeService 安全性關鍵。 (繼承自 MarshalByRefObject。)
公用方法 GetType (繼承自 Object。)
公用方法 InitializeLifetimeService 安全性關鍵。 (繼承自 MarshalByRefObject。)
公用方法 ToString (繼承自 Component。)

上層

事件

  名稱 說明
公用事件 Disposed (繼承自 Component。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.AnalysisServices 命名空間