The Output Parameter Availability property specifies when output parameter values become available to an application.
object.Properties("Output Parameter Availability")
object
Expression that evaluates to an object in the Applies To list.
One of the following settings:
Constant | Description |
---|---|
DBPROPVAL_OA_NOTSUPPORTED | Output parameters are not supported. |
DBPROPVAL_OA_ATEXECUTE | Output parameter data is available immediately after the Execute method returns. |
DBPROPVAL_OA_ATROWRELEASE | If a command returns a single result that is a recordset, output parameter data is available at the time the recordset is completely released. If a command returns multiple results, output parameter data is available when the NextRecordset method returns the next recordset or the multiple results object is completely released, whichever occurs first. Before the output parameter data is available, the consumer's bound memory is in an indeterminate state. |
adInteger
Read-only
DBPROP_OUTPUTPARAMETERAVAILABILITY