Udostępnij przez


Właściwość Context.Cubes

Pobiera kolekcja modułów, które są dostępne w bieżącej bazie danych lub kontekstu.

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdServer
Zestaw:  msmgdsrv (w msmgdsrv.dll)

Składnia

'Deklaracja
Public Shared ReadOnly Property Cubes As CubeCollection
    Get
'Użycie
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