The Multiple Storage Objects property indicates whether the provider supports multiple open storage objects at the same time.
object.Properties("Multiple Storage Objects")
object
Expression that evaluates to an object in the Applies To list.
One of the following settings:
Value | Description |
---|---|
True | The provider supports multiple, open storage objects at the same time. |
False | The provider supports only one open storage object at a time. Any method that attempts to open a second storage object returns a status of DBSTATUS_E_CANTCREATE for the column on which it attempted to open the second storage object, whether or not the objects are constructed over the same column, different columns in the same row, or different rows. |
adBoolean
Read-only
DBPROP_MULTIPLESTORAGEOBJECTS