Context.Cubes 属性
获取可用于当前数据库或上下文的多维数据集的集合。
命名空间: 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
可用于当前数据库或上下文的多维数据集的集合。