EN
Il contenuto non è disponibile nella lingua di destinazione, ma solo in inglese.
0 di 3 hanno valutato il contenuto utile: - Valuta questo argomento

_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

Aggiunte alla community

AGGIUNGI
© 2013 Microsoft. Tutti i diritti riservati.