XML for Analysis: Difference between revisions

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 [[Datadata Miningmining]]. XMLA is based on other industry standards such as [[XML]], [[SOAP]] and [[HTTP]]. XMLA is maintained by ''XMLA Council'' with [[Microsoft]], [[Hyperion Solutions Corporation|Hyperion]] and [[SAS Institute|SAS]] being the official XMLA Council founder members.<ref>{{cite web|title=What is XMLA?|url=http://www.xmlforanalysis.com/index.htm}}</ref>
 
==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.