The Output Stream property specifies the stream containing the results returned by the Execute method.
object.Properties("Output Stream") [= value]
object
Expression that evaluates to an object in the Applies To list.
value
Pointer to the stream.
adIUnknown
Read/write
DBPROP_OUTPUTSTREAM
Use Output Stream to pass a reference to the stream to other processes (for example, an XML parser), thereby avoiding the overhead associated with maintaining multiple copies of the data.