argument

Define un valor de argumento para una llamada a una base de datos API.

Este es un ejemplo de cómo se puede utilizar este elemento en un commandBlock.

<commandBlock> 
  <commands> 
    <sessionStartCommand> 
      <arguments> 
        <argument> 
          <name>OCI_ATTR_USERNAME</name> 
          <value>PROXY_USER1</value> 
        </argument> 
        <argument> 
            <name>OCI_ATTR_PASSWORD</name> 
            <value>password1</value> 
        </argument> 
      </arguments> 
    </sessionStartCommand> 
  </commands> 
</commandBlock>

Elementos hijo del elemento argument

(name y value)

Elementos padre del elemento argument

arguments