Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
short GetTableDefCount( );
throw( CDaoException, CMemoryException );
Return Value
The number of tabledefs defined in the database.
Remarks
Call this member function to retrieve the number of tables defined in the database. GetTableDefCount is useful if you need to loop through all tabledefs in the database’s TableDefs collection. To obtain information about a given table in the collection, see GetTableDefInfo.
For more information about tables and tabledef objects, see the article in Visual C++ Programmer's Guide.