Propriedade do RDL Database.Cubes
Gets the collection of cubes in a Database.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Cubes As CubeCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.CubeCollection
A collection of cubes.