IMetaAttributeGroup.PrimaryAttributes

Fore Syntax

PrimaryAttributes: IMetaAttributesSet;

Fore.NET Syntax

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

Description

The PrimaryAttributes property determines the set of primary attributes included in the group.

Comments

The set should consist of attributes that are a part of the primary index of the time series database. The IMetaIndex.Primary property returns this index.

Fore and Fore.NET Examples

The property use is given in the example for the IMetaAttribute.Group.

See also:

IMetaAttributeGroup