Indicates whether a CdbIndex object represents a foreign key in a table (Microsoft Jet workspaces only).
Syntax
BOOLGetForeign(VOID);
Remarks
Returns True if the CdbIndex object represents a foreign key.
A foreign key consists of one or more fields in a foreign table that uniquely identify all rows in a primary table.
The Microsoft Jet database engine creates a CdbIndex object for the foreign table and sets the Foreign property when you create a relationship that enforces referential integrity.