AdomdError 클래스

Represents a server or provider-specific error.

상속 계층

System.Object
  Microsoft.AnalysisServices.AdomdClient.AdomdError

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
<SerializableAttribute> _
Public NotInheritable Class AdomdError
‘사용 방법
Dim instance As AdomdError
[SerializableAttribute]
public sealed class AdomdError
[SerializableAttribute]
public ref class AdomdError sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type AdomdError =  class end
public final class AdomdError

AdomdError 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 CallStack Gets the call stack for the AdomdError.
공용 속성 ErrorCode Gets the error code of the AdomdError.
공용 속성 HelpLink Gets a link to the Help file associated with the AdomdError.
공용 속성 Location Gets the AdomdErrorLocation describing the location of the error.
공용 속성 Message Gets the error message of the AdomdError.
공용 속성 Source Gets the name of the application or object that caused the error associated with the AdomdError.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString Returns a String that represents the current Object. (Object.ToString()을(를) 재정의함)

맨 위로 이동

주의

The AdomdError represents an XML for Analysis error received or raised by the provider during the execution of a statement or query. The properties of the AdomdError map directly to the subelements of the Error element in the XML for Analysis 1.1 specification, as described in the following table.

AdomdError property name

XML for Analysis error subelement name

ErrorCode

ErrorCode

HelpLink

HelpFile

Message

Description

Source

Source

Location

Location

The AdomdError objects themselves are not directly raised in ADOMD.NET. Instead, they are contained within the Errors property of an AdomdErrorResponseException.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.AnalysisServices.AdomdClient 네임스페이스