Database.Cubes 属性
Gets the collection of cubes in a Database.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Cubes As CubeCollection
Get
用法
Dim instance As Database
Dim value As CubeCollection
value = instance.Cubes
[BrowsableAttribute(false)]
public CubeCollection Cubes { get; }
[BrowsableAttribute(false)]
public:
property CubeCollection^ Cubes {
CubeCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Cubes : CubeCollection
function get Cubes () : CubeCollection
属性值
类型:Microsoft.AnalysisServices.CubeCollection
A collection of cubes.