Expand Minimize
This topic has not yet been rated - Rate this topic

Parameter Element (XMLA)

Contains the name and value of a parameter used by the Execute method.


<Parameters>
...
   <Parameter>
      <Name>...</Name>
      <Value>...</Value>
   </Parameter>
...
</Parameters>

Characteristic

Description

Data type and length

None

Default value

None

Cardinality

0-1: Optional element that can occur once and only once.

Relationship

Element

Parent elements

Parameters

Child elements

Name, Value

Some XML for Analysis (XMLA) commands, such as the Process command, can require additional information. The Parameter element provides a mechanism for providing additional information, including chunked information, for an XMLA command.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.