Compartir a través de


Clase OlapInfoCube

Represents metadata pertaining to a cube that is associated with an instance of a CellSet class.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.OlapInfoCube

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

Sintaxis

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

El tipo OlapInfoCube expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CubeName Gets a String that represents the name of the cube that the OlapInfoCube represents.
Propiedad pública LastDataUpdate Gets a DateTime that represents the last updated date for the data contained in the cube that the OlapInfoCube represents.
Propiedad pública LastSchemaUpdate Gets a DateTime that represents the last updated date for the schema associated with the cube that the OlapInfoCube represents.

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