Sets or returns a Boolean value that indicates whether an CdbIndex object represents a unique (key) index for a table (Microsoft Jet workspaces only).
Syntax
VOIDSetUnique(BOOL b);
BOOLGetUnique(VOID);
Set Parameters
Type | Example | Description |
BOOL | b | A Boolean set to TRUE if the Index object represents a unique index. |