The Row Threading Model property specifies which threading models are supported by the rowset.
object.Properties("Row Threading Model") [= value]
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.
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. |
adInteger
Read/write
DBPROP_ROWTHREADMODEL