Description

The Description property of the Role interface contains the description of the role object.

Applies To
clsCubeRole clsDatabaseRole

Data Type

String

Access

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

Role object class type Access
clsDatabaseRole R/W
clsCubeRole R

Remarks

The primary mechanism for identifying the data in a role object is the Name property. The purpose of the Description property is to provide additional descriptive information.

Example

Use the following code to set a role object description:

RoleObject.Description = "Eastern Region Sales and Marketing"

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

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