GetCubeCollection method: AnalyticModelDefn class
Syntax
GetCubeCollection(CubeCollectionName)
Description
Use the GetCubeCollection method to return a reference to a cube collection. This method fails if the cube collection specified by CubeCollectionName doesn't exist.
Parameters
| Parameter | Description |
|---|---|
|
CubeCollection |
Specify the name of the cube collection you want a reference to. |
Returns
A CubeCollectionDefn object.
Related Topics
- AddCubeCollection method: AnalyticModelDefn class
- CopyCubeCollection method: AnalyticModelDefn class
- DeleteCubeCollection method: AnalyticModelDefn class
- GetCubeCollection method: AnalyticModelDefn class
- GetCubeCollectionNames method: AnalyticModelDefn class
- RenameCubeCollection method: AnalyticModelDefn class
- CubeCollectionDefn Class