Clase Axis
Represents an axis within a cellset.
Jerarquía de herencia
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..Axis
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
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
El tipo Axis expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | Determines whether this instance of Axis is equal to another instance of Axis. (Invalida Object. . :: . .Equals(Object).) | |
Finalize | (Se hereda 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. (Invalida Object. . :: . .GetHashCode() () () ().) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | Returns a String that represents the current Object. (Invalida Object. . :: . .ToString() () () ().) |
Arriba
Operadores
Nombre | Descripción | |
---|---|---|
Equality | Determines whether two specified instances of Axis are equal. | |
Inequality | Determines whether two specified instances of Axis have different values. |
Arriba
Comentarios
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.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.