Partager via


Classe Position

Represents a tuple reference contained by an Axis.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.AdomdClient.Position

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public NotInheritable Class Position
'Utilisation
Dim instance As Position
public sealed class Position
public ref class Position sealed
[<SealedAttribute>]
type Position =  class end
public final class Position

Le type Position expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Members Gets an instance of the MemberCollection class that contains the members of the Position.
Propriété publique Ordinal Gets the ordinal position of the Position.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals Determines whether two instances of System.Object are equal. (remplace Object.Equals(Object).)
Méthode publique GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (remplace Object.GetHashCode().)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Determines whether two specified instances of Position are equal.
Opérateur publicMembre statique Inequality Determines whether two specified instances of Position are not equal.

Haut de la page

Notes

A Position encapsulates tuple references within the axis of a cellset. Use Position to represent tuples for display purposes when displaying a cellset.

[!REMARQUE]

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.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices.AdomdClient