Partager via


Propriété CubeInfo.Cubes

Gets an OlapInfoCubeCollection that represents metadata pertaining to the hierarchies that are associated with the CubeInfo.

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

Syntaxe

'Déclaration
Public ReadOnly Property Cubes As OlapInfoCubeCollection 
    Get
'Utilisation
Dim instance As CubeInfo 
Dim value As OlapInfoCubeCollection 

value = instance.Cubes
public OlapInfoCubeCollection Cubes { get; }
public:
property OlapInfoCubeCollection^ Cubes {
    OlapInfoCubeCollection^ get ();
}
member Cubes : OlapInfoCubeCollection
function get Cubes () : OlapInfoCubeCollection

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection
Returns an OlapInfoCubeCollection that represents metadata pertaining to the hierarchies that are associated with the CubeInfo.

Voir aussi

Référence

CubeInfo Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient