Description

The Description property of the Level interface contains the level description.

Applies To
clsAggregationLevel clsDatabaseLevel
clsCubeLevel clsPartitionLevel

Data Type

String

Access

The access type depends on the level object class.

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

Remarks

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.

Example

' Assume an object (dsoLevel) of ClassType clsLevel exists

dsoLevel.Description = "Sales for 1998"

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

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