The Structured Storage property returns a bitmask specifying which OLE DB interfaces the recordset supports on storage objects.
object.Properties("Structured Storage")
object
Expression that evaluates to an object in the Applies To list.
A combination of zero or more of the following settings:
Constant | Description |
---|---|
DBPROPVAL_SS_ISEQUENTIALSTREAM | The provider supports the OLE DB ISequentialStream interface. |
DBPROPVAL_SS_ISTREAM | The provider supports the OLE DB IStream interface. |
DBPROPVAL_SS_ISTORAGE | The provider supports the OLE DB IStorage interface. |
DBPROPVAL_SS_ILOCKBYTES | The provider supports the OLE DB ILockBytes interface. |
adInteger
Read-only
DBPROP_STRUCTUREDSTORAGE
If a provider can support any of these OLE DB interfaces, it is also required to support ISequentialStream.