XmlaError Class

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<SerializableAttribute> _
<GuidAttribute("C2EBB8F3-7833-475a-96EC-D83E50EDCED7")> _
Public NotInheritable Class XmlaError
    Inherits XmlaMessage
[SerializableAttribute] 
[GuidAttribute("C2EBB8F3-7833-475a-96EC-D83E50EDCED7")] 
public sealed class XmlaError : XmlaMessage
[SerializableAttribute] 
[GuidAttribute(L"C2EBB8F3-7833-475a-96EC-D83E50EDCED7")] 
public ref class XmlaError sealed : public XmlaMessage
/** @attribute SerializableAttribute() */ 
/** @attribute GuidAttribute("C2EBB8F3-7833-475a-96EC-D83E50EDCED7") */ 
public final class XmlaError extends XmlaMessage
SerializableAttribute 
GuidAttribute("C2EBB8F3-7833-475a-96EC-D83E50EDCED7") 
public final class XmlaError extends XmlaMessage

Inheritance Hierarchy

System.Object
   Microsoft.AnalysisServices.XmlaMessage
    Microsoft.AnalysisServices.XmlaError

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

XmlaError Members
Microsoft.AnalysisServices Namespace