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 네임스페이스