Compartir a través de


Clase OlapInfo

Represents metadata associated with an instance of a CellSet.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.OlapInfo

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

Sintaxis

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

El tipo OlapInfo expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AxesInfo Gets an AxesInfo that represents metadata pertaining to the axes that are associated with a CellSet.
Propiedad pública CellInfo Gets a CellInfo that represents metadata pertaining to the cells that are associated with a CellSet.
Propiedad pública CubeInfo Gets a CubeInfo that represents metadata pertaining to the cube that is associated with a CellSet.

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