Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 2.04 KB

File metadata and controls

43 lines (34 loc) · 2.04 KB
title Axis Object (ADO MD) | Microsoft Docs
ms.prod sql
ms.prod_service connectivity
ms.technology connectivity
ms.custom
ms.date 01/19/2017
ms.reviewer
ms.topic conceptual
apitype COM
f1_keywords
Axis
helpviewer_keywords
Axis object [ADO MD]
ms.assetid 5f498c9a-b1e7-4e6e-9ae6-71eadaf9aada
author MightyPen
ms.author genemi

Axis Object (ADO MD)

Represents a positional or filter axis of a cellset, containing selected members of one or more dimensions.

Remarks

An Axis object can be contained by an Axes collection, or returned by the FilterAxis property of a Cellset.

With the collections and properties of an Axis object, you can do the following:

  • Identify the Axis with the Name property.

  • Iterate through each position along an Axis using the Positions collection.

  • Obtain the number of dimensions on the Axis with the DimensionCount property.

  • Obtain provider-specific attributes of the Axis with the standard ADO Properties collection.

This section contains the following topic.

See Also

Axis Example (VBScript)
Axes Collection (ADO MD)
Positions Collection (ADO MD)
Properties Collection (ADO)