Compartilhar via


Classe OlapInfoCube

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

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdClient.OlapInfoCube

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
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

O tipo OlapInfoCube expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública CubeName Gets a String that represents the name of the cube that the OlapInfoCube represents.
Propriedade pública LastDataUpdate Gets a DateTime that represents the last updated date for the data contained in the cube that the OlapInfoCube represents.
Propriedade pública LastSchemaUpdate Gets a DateTime that represents the last updated date for the schema associated with the cube that the OlapInfoCube represents.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

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.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdClient