Database.Cubes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of cubes associated with a Database.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.CubeCollection Cubes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Cubes : Microsoft.AnalysisServices.CubeCollection
Public ReadOnly Property Cubes As CubeCollection
Property Value
A collection of cubes.
- Attributes