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.
Gets or sets an OLE DB Stream object from/on an ADOStreamConstruction object.
Read/write.
Syntax
HRESULT get_Stream([out, retval] IUnknown** ppStream);
HRESULT put_Stream([in] IUnknown* pStream);
Parameters
ppStream
Pointer to an OLE DB Stream object.
pStream
An OLE DB Stream object.
Return Values
This property method returns the standard HRESULT values. This includes S_OK and E_FAIL.