[This is preliminary documentation and subject to change.]
This is the TablePersistent property of the MsiDatabase object. This property returns the persistence state of the table as one of enum iecEnum:
iecFalse | = 0 | Table is temporary. |
IecTrue | = 1 | Table is persistent. |
IecNone | = 2 | Table is not present in the database. |
IecError | = 3 | Invalid or missing table name. |
object.TablePersistent table