The Description property of the Dimension interface contains the description of a dimension object.
| clsCubeDimension | clsPartitionDimension |
| clsDatabaseDimension |
String
The access type depends on the class of the dimension object.
| Class | Access |
|---|---|
| clsDatabaseDimension | R/W |
| clsCubeDimension | R |
| clsPartitionDimension | R/W |
The primary mechanism for identifying the data in a dimension is the Name property. The purpose of the Description property is to provide additional descriptive information.
Use the following code to set the description of a dimension object:
'Assume an object (dsoDim) of ClassType clsDimension exists
dsoDim.Description = "Total dollar sales"
| About Decision Support Objects | Using Decision Support Objects |
| Properties Cross-Reference |