The Blocking Storage property indicates whether storage objects might prevent use of other methods on the recordset.
object.Properties("Blocking Storage Objects") [= value]
object
Expression that evaluates to an object in the Applies To list.
value
definition
Value | Description |
---|---|
True | Instantiated storage objects might prevent the use of other methods on the recordset. For example, after a storage object is created and before it is released, methods other than those on the storage object might return E_UNEXPECTED. |
False | Instantiated storage objects do not prevent the use of other methods. |
adBoolean
Read/write
DBPROP_BLOCKINGSTORAGEOBJECTS