Classe Axis
Represents an axis within a cellset.
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..Axis
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public NotInheritable Class Axis
'Uso
Dim instance As Axis
public sealed class Axis
public ref class Axis sealed
[<SealedAttribute>]
type Axis = class end
public final class Axis
O tipo Axis expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Name | Gets the name of the Axis. | |
Positions | Gets a PositionCollection that contains the positions for the Axis. | |
Set | Gets a Set that contains the set for the Axis. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether this instance of Axis is equal to another instance of Axis. (Substitui Object. . :: . .Equals(Object).) | |
Finalize | (Herdado de Object.) | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Substitui Object. . :: . .GetHashCode() () () ().) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Returns a String that represents the current Object. (Substitui Object. . :: . .ToString() () () ().) |
Início
Operadores
Nome | Descrição | |
---|---|---|
Equality | Determines whether two specified instances of Axis are equal. | |
Inequality | Determines whether two specified instances of Axis have different values. |
Início
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.