Context.Cubes 屬性
取得目前資料庫或內容中的可用 Cube 集合。
命名空間: 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
屬性值
型別:Microsoft.AnalysisServices.AdomdServer.CubeCollection
目前資料庫或內容中的可用 Cube 集合。