Position Class
Updated: March 10, 2016
Represents a tuple reference contained by an Axis.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
| Name | Description | |
|---|---|---|
![]() | Members | Gets an instance of the MemberCollection class that contains the members of the Position. |
![]() | Ordinal | Gets the ordinal position of the Position. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether two instances of System::Object are equal.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(Position^, Position^) | Determines whether two specified instances of Position are equal. |
![]() ![]() | Inequality(Position^, Position^) | Determines whether two specified instances of Position are not equal. |
A Position encapsulates tuple references within the axis of a cellset. Use Position to represent tuples for display purposes when displaying 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.




