Row Threading Model Property
From ADO and SQL Server
ADO and SQL Server
Row Threading Model Property
The Row Threading Model property specifies which threading models are supported by the rowset.
Applies To
| Command Object | Recordset Object |
Syntax
object.Properties("Row Threading Model") [= value]
Parts
object
Expression that evaluates to an object in the Applies To list.
value
Integer that indicates which threading models are supported by the rowset, as specified in Settings.
Settings
A bitmask containing one or more of the following settings:
| Constant | Description |
|---|---|
| DBPROPVAL_RT_APTMTTHREAD | The apartment thread model is supported. |
| DBPROPVAL_RT_FREETHREAD | The free thread model is supported. |
| DBPROPVAL_RT_SINGLETHREAD | The single thread model is supported. |
Data Type
adInteger
Modifiable
Read/write
OLE DB Property
DBPROP_ROWTHREADMODEL