XmlaError 類別

定義

表示 Analysis Services 伺服器傳回的錯誤 (在 XML/A 通訊協定中)。

[System.Serializable]
public sealed class XmlaError : Microsoft.AnalysisServices.XmlaMessage
[<System.Serializable>]
type XmlaError = class
    inherit XmlaMessage
Public NotInheritable Class XmlaError
Inherits XmlaMessage
繼承
XmlaError
屬性

屬性

CallStack

取得目前錯誤的呼叫堆疊。

Description

取得訊息的描述。

(繼承來源 XmlaMessage)
ErrorCode

取得 XmlaError 物件所表示之錯誤的識別碼。

ErrorType

取得錯誤的型別。

HelpFile

取得與訊息建立關聯的說明檔。

(繼承來源 XmlaMessage)
Location

取得與訊息建立關聯的位置資訊。

(繼承來源 XmlaMessage)
Source

取得訊息的來源。

(繼承來源 XmlaMessage)

適用於