Compartir a través de


Context.Cubes Propiedad

Gets a collection of cubes that are available in the current database or context.

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

Sintaxis

'Declaración
Public Shared ReadOnly Property Cubes As CubeCollection 
    Get
'Uso
Dim value As CubeCollection 

value = Context.Cubes
public static CubeCollection Cubes { get; }
public:
static property CubeCollection^ Cubes {
    CubeCollection^ get ();
}
static member Cubes : CubeCollection
static function get Cubes () : CubeCollection

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AdomdServer.CubeCollection
A collection of cubes that are available in the current database or context.

Vea también

Referencia

Context Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer