Axis Class
Updated: March 10, 2016
Represents an axis within a cellset.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
| Name | Description | |
|---|---|---|
![]() | Name | Gets the name of the Axis. |
![]() | Positions | Gets a PositionCollection that contains the positions for the Axis. |
![]() | Set | Gets a Set that contains the set for the Axis. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether this instance of Axis is equal to another instance of Axis.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns a String that represents the current Object.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(Axis^, Axis^) | Determines whether two specified instances of Axis are equal. |
![]() ![]() | Inequality(Axis^, Axis^) | Determines whether two specified instances of Axis have different values. |
An Axis represents one query or slicer axis returned in a cellset (and represented by a CellSet.) An axis is essentially a set of ordered, congruent tuples used to organize the cells in a cellset.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



