Expand Minimize
0 out of 3 rated this helpful - Rate this topic

_Tables Table

The _Tables table is a read-only system table that lists all the tables in the database. Query this table to find out if a table exists.

The _Tables Table has the following column.

ColumnTypeKeyNullable
Name Text YN

 

Column

Name

Name of one of the tables.

Remarks

Because the _Tables table is a system table that cannot be modified through SQL queries, you cannot obtain the primary keys with the MsiDatabaseGetPrimaryKeys function or the PrimaryKeys property.

 

 

Build date: 11/30/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.