The Description property of the Level interface contains the level description.
| clsAggregationLevel | clsDatabaseLevel |
| clsCubeLevel | clsPartitionLevel |
String
The access type depends on the level object class.
| Class | Access |
|---|---|
| clsDatabaseLevel | R/W |
| clsCubeLevel | R |
| clsPartitionLevel | R |
| clsAggregationLevel | R/W |
The primary mechanism for identifying the data in a level object is the Name property. The purpose of the Description property is to provide additional descriptive information.
' Assume an object (dsoLevel) of ClassType clsLevel exists
dsoLevel.Description = "Sales for 1998"
| About Decision Support Objects | Using Decision Support Objects |
| Properties Cross-Reference |