Compartir a través de


Clase AxesInfo

Represents metadata pertaining to the axes that are associated with an instance of a CellSet class.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.AxesInfo

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public NotInheritable Class AxesInfo
'Uso
Dim instance As AxesInfo
public sealed class AxesInfo
public ref class AxesInfo sealed
[<SealedAttribute>]
type AxesInfo =  class end
public final class AxesInfo

El tipo AxesInfo expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Axes Gets an OlapInfoAxisCollectionthat represents metadata pertaining to the axes that are associated with the AxesInfo.
Propiedad pública FilterAxis Gets an OlapInfoAxis that represents metadata pertaining to the filter axis that is associated with the AxesInfo.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

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.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdClient