CubeInfo.Cubes Property

 

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

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

Syntax

public OlapInfoCubeCollection Cubes { get; }
public:
property OlapInfoCubeCollection^ Cubes {
    OlapInfoCubeCollection^ get();
}
member Cubes : OlapInfoCubeCollection with get
Public ReadOnly Property Cubes As OlapInfoCubeCollection

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.OlapInfoCubeCollection

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

See Also

CubeInfo Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top