Axis Class
Represents an axis within a cellset.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public NotInheritable Class Axis _
Implements ISubordinateObject
'Usage
Dim instance As Axis
public sealed class Axis : ISubordinateObject
public ref class Axis sealed : ISubordinateObject
[<SealedAttribute>]
type Axis =
class
interface ISubordinateObject
end
public final class Axis implements ISubordinateObject
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.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.AdomdClient.Axis
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.