Partager via


Classe Axis

Represents an axis within a cellset.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.AdomdClient.Axis

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

Syntaxe

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

Le type Axis expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Name Gets the name of the Axis.
Propriété publique Positions Gets a PositionCollection that contains the positions for the Axis.
Propriété publique Set Gets a Set that contains the set for the Axis.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals Determines whether this instance of Axis is equal to another instance of Axis. (remplace Object.Equals(Object).)
Méthode publique GetHashCode Serves as a hash function for a particular type, suitable 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 Returns a String that represents the current Object. (remplace Object.ToString().)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Determines whether two specified instances of Axis are equal.
Opérateur publicMembre statique Inequality Determines whether two specified instances of Axis have different values.

Haut de la page

Notes

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.

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