The DimensionType property of the Dimension interface contains an enumeration constant identifying the specific type of dimension.
clsAggregationDimension | clsDatabaseDimension |
clsCubeDimension | clsPartitionDimension |
DimensionTypes (an enumeration )
For dimension objects, DimensionType is set to one of the following values:
For a complete list of dimension types, see Enumerations.
The access type depends on the class of the dimension object.
Class | Access |
---|---|
clsDatabaseDimension | R/W |
clsCubeDimension | R |
clsPartitionDimension | R |
clsAggregationDimension | R |
'Assume an object (dsoDim) of ClassType clsDatabaseDimension exists
dsoDim.DimensionType = dimRegular
About Decision Support Objects | Using Decision Support Objects |
Properties Cross-Reference |