共用方式為


Cubes 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public Shared ReadOnly Property Cubes As CubeCollection
    Get
'用途
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