Share via


Propriété Cubes

Gets the collection of cubes in a Database.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Cubes As CubeCollection
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices. . :: . .CubeCollection
A collection of cubes.