MDAC 2.5 SDK - OLE DB Programmer's Reference
Appendix C: OLE DB Properties
Property group: Table
Property set: DBPROPSET_TABLE
Type: VT_BOOL
Typical R/W: R/W
Description: Temporary Table
Indicates whether the table is temporary. One of the following:
Value | Meaning |
VARIANT_TRUE | The table is destroyed when the session is released. |
VARIANT_FALSE | The table is created permanently. |