IMetaIndex.Unique

Syntax

Unique: Boolean;

Description

The Unique property determines whether index is unique. True - index is unique, False - index is not unique.

Example

The property use is given in the example for IMetaIndex.Attributes.

See also:

IMetaIndex