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