3.1.4.3.2.1.3.1 ExecuteParameter
The ExecuteParameter type specifies the value of a parameter in a command.
-
<xsd:complexType name="ExecuteParameter"> <xsd:all> <xsd:element name="Name" minOccurs="1" type="xsd:string" /> <xsd:element name="Value" minOccurs="1" type="xsd:anyType" /> </xsd:all> </xsd:complexType>
Element |
Default value |
Description |
---|---|---|
Name |
[Required] |
The name of the parameter. |
Value |
[Required] |
The value of the parameter. The value can be of type anySimpleType or xmla-rs:root (see section 2.2.4.1.3). |