TableDefs Collection

    Example    Methods    Properties

A TableDefs collection contains all stored CdbTableDef objects in a database (Microsoft Jet workspaces only).






Remarks

You manipulate a table definition using a CdbTableDef object and its methods and properties.

The default collection of a Database object is the TableDefs collection.

To refer to a CdbTableDef object in a collection by its ordinal number or by its Name property setting, use either of the following syntax forms:

TableDefs[0]

TableDefs["name"]