Description (Role Interface)

Analysis Services Programming

Analysis Services Programming

Description (Role Interface)

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

Applies To

clsCubeRole

clsDatabaseRole

clsMiningModelRole

Data Type

String

Access

Access depends on the value of the ClassType property of the object.

Class type Access
ClsDatabaseRole R/W
ClsCubeRole R
ClsMiningModelRole R
Example

Use the following code to set a role object description:

RoleObject.Description = "Eastern Region Sales and Marketing"

See Also

Role Interface