Database.Cubes Property
Gets the collection of cubes in a Database.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Cubes As CubeCollection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.CubeCollection
A collection of cubes.