IStandardDimIndex

Assembly: Dimensions;

Description

The IStandardDimIndex interface contains properties of table dictionary index.

Inheritance Hierarchy

INamedEntity

IStandardDimIndex

Properties

  Property name Brief description
Attributes The Attributes property returns an object containing the collection of attributes on which the index is based.
Block The Block property returns an object that contains dictionary block where the index is created.
CaseSensitive The CaseSensitive property determines whether index is case sensitive.
Primary The Primary property determines whether the index is primary.
Unique The Unique property determines whether the index is unique.
UseInSelection The UseInSelection property determines whether index is used on forming selection.

Properties inherited from INamedEntity

  Property name Brief description
Id The Id property determines object identifier.
Key The Key property returns the object key.
Name The Name property determines object name.

See also:

Dimensions Assembly Interfaces