Database.Cubes Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of cubes in a Database.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[BrowsableAttribute(false)]
[XmlArrayAttribute]
public CubeCollection Cubes { get; }
public:
[BrowsableAttribute(false)]
[XmlArrayAttribute]
property CubeCollection^ Cubes {
    CubeCollection^ get();
}
[<BrowsableAttribute(false)>]
[<XmlArrayAttribute>]
member Cubes : CubeCollection with get
<BrowsableAttribute(False)>
<XmlArrayAttribute>
Public ReadOnly Property Cubes As CubeCollection

Property Value

Type: Microsoft.AnalysisServices.CubeCollection

A collection of cubes.

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top