Freigeben über


Axis-Klasse

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

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.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..Axis

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.