RenameCubeCollection method: AnalyticModelDefn class
Syntax
RenameCubeCollection(CubeCollectionName, NewCubeCollectionName, ForceRename
Description
Use the RenameCubeCollection method to rename the cube collection specified by CubeCollectionName to the new name NewCubeCollectionName
Parameters
| Parameter | Description |
|---|---|
|
CubeCollectionName |
Specify the name of the cube collection that you want to rename. |
|
NewCubeCollectionName |
Specify the new name of the cube collection. |
|
ForceRename |
Specify if the cube collection should always be renamed. This parameter takes a Boolean value. If you specify ForceRename as false, and the cube collection is used by another part (such as an organizer) this method fails. If you specify ForceRename as true, and the cube collection is used by another part, the cube collection is still renamed. |
Returns
None.