Compartilhar via


Classe Axis

Represents an axis within a cellset.

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

Sintaxe

'Declaração
Public NotInheritable Class Axis _
    Implements ISubordinateObject
'Uso
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

Comentários

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.

Hierarquia de herança

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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.