| title | ms.custom | ms.date | ms.prod | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | apiname | apilocation | apitype | applies_to | f1_keywords | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Parameter Element (XMLA) | Microsoft Docs |
03/06/2017 |
sql-server-2016 |
|
reference |
|
Schema |
|
|
|
fe31ac3d-a3e8-4f60-a81a-c43271ddbed4 |
11 |
jeannt |
jeannt |
erikre |
Parameter Element (XMLA)
Contains the name and value of a parameter used by the Execute method.
Syntax
<Parameters>
...
<Parameter>
<Name>...</Name>
<Value>...</Value>
</Parameter>
...
</Parameters>
Element Characteristics
| Characteristic | Description |
|---|---|
| Data type and length | None |
| Default value | None |
| Cardinality | 0-1: Optional element that can occur once and only once. |
Element Relationships
| Relationship | Element |
|---|---|
| Parent elements | Parameters |
| Child elements | Name, Value |
Remarks
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.