Classe XmlaError
Represents an error returned by Analysis Services server (in XML/A protocol).
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.XmlaMessage
Microsoft.AnalysisServices.XmlaError
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class XmlaError _
Inherits XmlaMessage
'Utilizzo
Dim instance As XmlaError
[SerializableAttribute]
public sealed class XmlaError : XmlaMessage
[SerializableAttribute]
public ref class XmlaError sealed : public XmlaMessage
[<SealedAttribute>]
[<SerializableAttribute>]
type XmlaError =
class
inherit XmlaMessage
end
public final class XmlaError extends XmlaMessage
Nel tipo XmlaError sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
CallStack | Gets the call stack of the current error. | |
Description | Gets or sets the description. Ereditato da XmlaMessage. | |
ErrorCode | Gets the error code. | |
HelpFile | Gets or sets the help file. Ereditato da XmlaMessage. | |
Location | Gets or sets the location information. Ereditato da XmlaMessage. | |
Source | Gets or sets the source. Ereditato da XmlaMessage. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.