Position Class

 

Updated: March 10, 2016

Represents a tuple reference contained by an Axis.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

System::Object
  Microsoft.AnalysisServices.AdomdClient::Position

public ref class Position sealed 

NameDescription
System_CAPS_pubpropertyMembers

Gets an instance of the MemberCollection class that contains the members of the Position.

System_CAPS_pubpropertyOrdinal

Gets the ordinal position of the Position.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether two instances of System::Object are equal.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(Position^, Position^)

Determines whether two specified instances of Position are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(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.

System_CAPS_noteNote

The Position object is available primarily for backward compatibility. A Position represents a coordinate along the axis that contains it. Each Position on the axis has a corresponding Tuple in the Set contained by that axis. We recommend using the Tuple instead of the Position, in most cases.

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

Return to top
Show: