ADO and SQL Server

Output Stream Property

The Output Stream property specifies the stream containing the results returned by the Execute method.

Applies To
Command Object

Syntax

object.Properties("Output Stream") [= value]

Parts

object

Expression that evaluates to an object in the Applies To list.

value

Pointer to the stream.

Data Type

adIUnknown

Modifiable

Read/write

OLE DB Property

DBPROP_OUTPUTSTREAM

Remarks

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.

See Also

Output Encoding Property