Multiple Storage Objects Property

ADO and SQL Server

ADO and SQL Server

Multiple Storage Objects Property

The Multiple Storage Objects property indicates whether the provider supports multiple open storage objects at the same time.

Applies To
Connection Object
Syntax

object.Properties("Multiple Storage Objects")

Parts

object

Expression that evaluates to an object in the Applies To list.

Returns

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.

Data Type

adBoolean

Modifiable

Read-only

OLE DB Property

DBPROP_MULTIPLESTORAGEOBJECTS