Position Class
Represents a tuple reference contained by an Axis.
Inheritance Hierarchy
System.Object
  Microsoft.AnalysisServices.AdomdClient.Position
Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public NotInheritable Class Position
'Usage
Dim instance As Position
public sealed class Position
public ref class Position sealed
[<SealedAttribute>]
type Position =  class end
public final class Position
The Position type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Members | Gets an instance of the MemberCollection class that contains the members of the Position. | 
| .gif) | Ordinal | Gets the ordinal position of the Position. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether two instances of System.Object are equal. (Overrides Object.Equals(Object).) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | 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().) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Operators
| Name | Description | |
|---|---|---|
| .gif) .gif) | Equality | Determines whether two specified instances of Position are equal. | 
| .gif) .gif) | Inequality | Determines whether two specified instances of Position are not equal. | 
Top
Remarks
A Position encapsulates tuple references within the axis of a cellset. Use Position to represent tuples for display purposes when displaying a cellset.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.