IsTimeBasedPartitionedCube Property
The IsTimeBasedPartitionCube property sets or returns whether a cube group is specified as a time-based partitioned cube.
Syntax
CubeGroup .IsTimeBasedPartitionedCube
Applies To
Discussion
A time-based partitioned cube is created by defining a CubeGroup object and then setting the IsTimeBasedPartitionedCube property to True. If this property has been set to True, setting it to False will result in an exception. The level and dimension may be set in the same way as for the CubeGroup object; however, they are accessed through the time-based partitioned cube.
Default: False
A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.
Type
Boolean
Access
Read many/Write once