Resultset Data Type (XMLA)

Defines an abstract primitive data type that represents data returned from a Discover or Execute method call.

Namespace urn:schemas-microsoft-com:xml-analysis:resultset

Syntax

<Resultset>
   <Exception>...</Exception>
   <Messages>...</Messages>
</Resultset>

Data Type Characteristics

Characteristic

Description

Base data types

None

Derived data types

MDDataSet, olapxmla_EmptyResult, Rowset

Data Type Relationships

Relationship

Element

Parent elements

None

Child elements

Exception, Messages

Derived elements

None

Remarks

The Resultset data type is a self-describing XML result set that can include both schema and data, depending on the type of information to be returned.

See Also

Other Resources