IMetaIndex.AttributesSet

Fore Syntax

AttributesSet: IMetaAttributesSet;

Fore.NET Syntax

AttributesSet: Prognoz.Platform.Interop.Rds.IMetaAttributesSet;

Description

The AttributesSet property determines a set of attributes that form index.

Comments

The IMetaIndex.Unique property indicates whether index is unique; the IMetaIndex.Primary property indicates whether index is primary.

Fore and Fore.NET Examples

The method use is given in the example for IMetaAttributeGroupsSet.Item.

See also:

IMetaIndex