Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.