ColumnSize

The ColumnSize property of the Level interface contains the size (in bytes) of the level aggregation column in an aggregation table.

Applies To
clsAggregationLevel clsDatabaseLevel
clsCubeLevel clsPartitionLevel

Data Type

Integer

Access

The access type depends on the level object class.

Class Access
clsDatabaseLevel R/W
clsCubeLevel R
clsPartitionLevel R
clsAggregationLevel R

Remarks

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).

Example

Use the following code to specify a column size of 40:

'Assume an object (dsoLev) of ClassType clsLevel exists

dsoLev.ColumnSize = 40

See Also
About Decision Support Objects Using Decision Support Objects
Properties Cross-Reference  

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.