XmlaError-Klasse
Represents an error returned by Analysis Services server (in XML/A protocol).
Vererbungshierarchie
System.Object
Microsoft.AnalysisServices.XmlaMessage
Microsoft.AnalysisServices.XmlaError
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class XmlaError _
Inherits XmlaMessage
'Usage
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
Der XmlaError-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
CallStack | Gets the call stack of the current error. | |
Description | Gets or sets the description. (Geerbt von XmlaMessage.) | |
ErrorCode | Gets the error code. | |
HelpFile | Gets or sets the help file. (Geerbt von XmlaMessage.) | |
Location | Gets or sets the location information. (Geerbt von XmlaMessage.) | |
Source | Gets or sets the source. (Geerbt von XmlaMessage.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.