IAdoMdAxis.DimCols

Syntax

DimCols(Index: Integer): Integer;

Parameters

Index. Dimension index.

Description

The DimCols property returns the number of attributes in the specified dimension, that describe each axis coordinate.

Comments

The number of dimensions which attributes describe the axis coordinate, is available in the DimCount property. The total number of attributes, that describe each coordinate, equals to DimCount*DimCols. Description and values of attributes describing coordinates, can be obtained in the cursor, returned by the Open method.

Example

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

See also:

IAdoMdAxis