Freigeben über


Axis-Klasse

Represents an axis within a cellset.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdClient.Axis

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

Syntax

'Declaration
Public NotInheritable Class Axis
'Usage
Dim instance As Axis
public sealed class Axis
public ref class Axis sealed
[<SealedAttribute>]
type Axis =  class end
public final class Axis

Der Axis-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets the name of the Axis.
Öffentliche Eigenschaft Positions Gets a PositionCollection that contains the positions for the Axis.
Öffentliche Eigenschaft Set Gets a Set that contains the set for the Axis.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether this instance of Axis is equal to another instance of Axis. (Überschreibt Object.Equals(Object).)
Öffentliche Methode GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Überschreibt Object.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString Returns a String that represents the current Object. (Überschreibt Object.ToString().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatisches Element Equality Determines whether two specified instances of Axis are equal.
Öffentlicher OperatorStatisches Element Inequality Determines whether two specified instances of Axis have different values.

Zum Anfang

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdClient-Namespace