ADO and SQL Server
Blocking Storage Objects Property
The Blocking Storage property indicates whether storage objects might prevent use of other methods on the recordset.
Applies To
Command Object | Recordset Object |
Syntax
object.Properties("Blocking Storage Objects") [= value]
Parts
object
Expression that evaluates to an object in the Applies To list.
value
definition
Settings
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. |
Data Type
adBoolean
Modifiable
Read/write
OLE DB Property
DBPROP_BLOCKINGSTORAGEOBJECTS