DeleteCubeCollection method: AnalyticModelDefn class

Syntax

DeleteCubeCollection(CubeCollectionName, ForceDelete)

Description

Use the DeleteCubeCollection method to delete the cube collection specified by CubeCollectionName.

Parameters

Parameter Description

CubeCollectionName

Specify the name of the cube collection that you want to delete from the analytic model.

ForceDelete

Specify if the cube collection should always be deleted. This parameter takes a Boolean value. If you specify ForceDelete as false, and the cube collection is used by another part (such as an Organizer), this method fails. If you specify ForceDelete as true, and the cube collection is used by another part, the cube collection is still deleted.

Returns

None.