IAdoMdAxis.DimName

Syntax

DimName(Index: Integer): String;

Parameters

Index. Dimension index.

Description

The DimName property returns name of the dimension used to form certain coordinates on the axis.

Comments

The total number of dimensions can be obtained in the DimCount property.

Example

The example of use is given in description of the IAdoMdCellset.AxisInfo property.

See also:

IAdoMdAxis