Context.Cubes-Eigenschaft
Ruft eine Auflistung von Cubes ab, die in der aktuellen Datenbank oder dem aktuellen Kontext verfügbar sind.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Cubes As CubeCollection
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.AnalysisServices.AdomdServer.CubeCollection
Eine Auflistung von Cubes, die in der aktuellen Datenbank oder dem aktuellen Kontext verfügbar sind.