XmlaResult Class
Contains the XmlaResult objects.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.XmlaResult
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class XmlaResult
'Usage
Dim instance As XmlaResult
[SerializableAttribute]
public sealed class XmlaResult
[SerializableAttribute]
public ref class XmlaResult sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type XmlaResult = class end
public final class XmlaResult
The XmlaResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
Messages | Gets the message in the collection. | |
Value | Gets the specified value. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.