Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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). |