A Table object contains the properties for a table in the data dictionary. This object has no methods.

Properties

NameData TypeDescription
AliasCharacterThe name of the table.
CaptionCharacterThe caption for the table.
DatabaseCharacterThe name of the database the table belongs to.
DataGroupCharacterA comma-delimited list of the data groups the table belongs to.
LocationCharacterThe location of the table. This is only needed for Visual FoxPro free tables.
OriginalTableCharacterThe name of the main table if this is a subtable.
ReportableBooleanTrue if the table is reportable.
RolesCharacterA comma-delimited list of roles that can access the table (blank means everyone can access it).
SchemaCharacterThe schema or user name for the table (blank for none); for example, "dbo."
SubTableFilterCharacterThe subtable filter expression if this is a subtable.
UserDefinedCharacterThis property can contain anything you want to place in it.
VirtualBooleanTrue if this is a virtual table.

See Also
Tables Collection | Table Properties