CopyCubeCollection method: AnalyticModelDefn class
Syntax
CopyCubeCollection(CubeCollectionName, NewCubeCollectionName)
Description
Use the CopyCubeCollection method to copy the specified cube collection to a new collection. If the new cube collection specified by NewCubeCollectionName already exists, this method fails.
Parameters
| Parameter | Description |
|---|---|
|
CubeCollectionName |
Specify the name of the cube collection that you want to copy. |
|
NewCubeCollectionName |
Specify the name you want for the new cube collection. |
Returns
A CubeCollectionDefn object.
Related Topics