The ColumnSize property of the Level interface contains the size (in bytes) of the level aggregation column in an aggregation table.
clsAggregationLevel | clsDatabaseLevel |
clsCubeLevel | clsPartitionLevel |
Integer
The access type depends on the level object class.
Class | Access |
---|---|
clsDatabaseLevel | R/W |
clsCubeLevel | R |
clsPartitionLevel | R |
clsAggregationLevel | R |
The ColumnType and ColumnSize properties are only required when the storage mode for a cube is ROLAP. These values are used in defining the columns in the relational database table which will store the aggregation values. For more information, see Storage Modes (MOLAP, ROLAP, HOLAP).
Use the following code to specify a column size of 40:
'Assume an object (dsoLev) of ClassType clsLevel exists
dsoLev.ColumnSize = 40
About Decision Support Objects | Using Decision Support Objects |
Properties Cross-Reference |