Axis Class

Represents an axis within a cellset.

Inheritance Hierarchy

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

The Axis type exposes the following members.

Properties

  Name Description
Public property Name Gets the name of the Axis.
Public property Positions Gets a PositionCollection that contains the positions for the Axis.
Public property Set Gets a Set that contains the set for the Axis.

Top

Methods

  Name Description
Public method Equals Determines whether this instance of Axis is equal to another instance of Axis. (Overrides Object.Equals(Object).)
Public method GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether two specified instances of Axis are equal.
Public operatorStatic member Inequality Determines whether two specified instances of Axis have different values.

Top

Remarks

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.

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.

See Also

Reference

Microsoft.AnalysisServices.AdomdClient Namespace