OLE DB Programmer's Reference

DBPROP_OUTPUTSTREAM

Property group: Stream

Property set: DBPROPSET_STREAM

Column? N

Type: VT_UNKNOWN

Typical R/W: R/W

Description: Output Stream

The value passed in this property is a Variant containing a pointer to either IStream or ISequentialStream. When this property is set, ICommand::Execute will return results in the stream specified by this property. Each successive execution of the Execute method will append its results to the specified stream.