CubeCreation Property

The CubeCreation property sets or returns whether the cube is created.

Syntax

object .CubeCreation

Applies To

ChildCube Object

Cube Object

CubeGroup Object

Discussion

Use this property in combination with the Status property as a filter to select a subset of available cubes for creation. For example, you can select all cubes for which warnings were issued.

Typically these two properties are used to select all cubes, cubes that were created previously without errors, or cubes with past creation problems.

The CubeCreation property uses the values of xtrCubeCreation.

Type

Constant - xtrCubeCreation

Access

Read/Write

Examples

objCubesByRegion 
= objModel.Cubes.Add(xtrObjectType.trCubeGroup)objChildCube.CubeCreation
= xtrCubeCreation.trCubeCreationON