Content deleted Content added
Puts the correct article title for the olap4j reference. |
m Spelling/case, also eliminating a redirect. Grammar (<http://www.irosetta.com/questions/50/comma-before-etc>). |
||
Line 1:
'''XML for Analysis''' (abbreviated as '''XMLA''') is an industry standard for data access in analytical systems, such as [[OLAP]] and [[
==History==
Line 14:
* Command - command to be executed. It can be [[Multidimensional Expressions|MDX]], [[Data Mining Extensions|DMX]] or [[SQL]].
* Properties - [[XML]] list of command properties such as Timeout, Catalog name, etc.
The result of Execute command could be ''Multidimensional Dataset'' or ''Tabular Rowset''.
===Discover===
Discover method was designed to model all the discovery methods possible in [[OLEDB]] including various schema rowset, properties, keywords, etc. Discover method allows users to specify both what needs to be discovered and the possible restrictions or properties.
The result of Discover method is a rowset.
|