DimensionType

The DimensionType property of the Dimension interface contains an enumeration constant identifying the specific type of dimension.

Applies To
clsAggregationDimension clsDatabaseDimension
clsCubeDimension clsPartitionDimension

Data Type

DimensionTypes (an enumeration )

For dimension objects, DimensionType is set to one of the following values:

For a complete list of dimension types, see Enumerations.

Access

The access type depends on the class of the dimension object.

Class Access
clsDatabaseDimension R/W
clsCubeDimension R
clsPartitionDimension R
clsAggregationDimension R

Example

'Assume an object (dsoDim) of ClassType clsDatabaseDimension exists

dsoDim.DimensionType = dimRegular

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

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