CubeDefn Class Properties

The following section discusses the CubeDefn class properties. The properties are discussed in alphabetical order.

Description

Use this property to specify if the aggregate is calculated for this cube. This property takes a Boolean value: true if the aggregate is calculated, false otherwise.

This property is read/write.

Description

Use this property to specify additional notes about the cube.

This property is read/write.

Description

This property indicates the number of dimensions associated with this cube.

This property is read-only.

Description

Use this property to specify the format of the cube. The values are:

Value

Description

AnalyticModel_Format_Number

The format is of type number.

AnalyticModel_Format_Date

The format is of type date.

AnalyticModel_Format_ Member

The format is of type member.

AnalyticModel_Format_Text

The format is of type text.

This property is read/write.

Description

Use this property to specify if the cube is a virtual cube, that is, if it doesn't store data. This property takes a Boolean value: true if the cube is a virtual cube, false otherwise.

This property is read/write.

Description

This property specifies the name of the cube.

This property is read-only.

Description

Use this property to specify the dimension name for cubes that have a format of member.

This property is only valid when a cube has a format of member.

This property is read/write.