Context.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

属性值

类型:Microsoft.AnalysisServices.AdomdServer.CubeCollection
A collection of cubes that are available in the current database or context.

请参阅

参考

Context 类

Microsoft.AnalysisServices.AdomdServer 命名空间