Share via


CellSet.Axes Property

Gets an instance of the AxisCollection class that contains the axes of the CellSet.

Espace de noms: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Axes As AxisCollection
public AxisCollection Axes { get; }
public:
property AxisCollection^ Axes {
    AxisCollection^ get ();
}
/** @property */
public AxisCollection get_Axes ()
public function get Axes () : AxisCollection

Valeur de propriété

An AxisCollection that contains the axes of the CellSet.

Notes

In Microsoft SQL Server 2005 Analysis Services (SSAS), the data represented by a cellset is organized along one or more axes. To visually organize this information, the CellSet supplies an Axis for each query axis. These objects are available within an AxisCollection collection that the Axes property provides.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

CellSet Class
CellSet Members
Microsoft.AnalysisServices.AdomdClient Namespace