Partager via


Description (Role Interface)

ms132764.note(fr-fr,SQL.90).gifRemarque :
  Cette fonctionnalité sera supprimée dans la prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et modifiez dès que possible les applications qui utilisent actuellement cette fonctionnalité.

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

Exemple

Use the following code to set a role object description:

RoleObject.Description = "Eastern Region Sales and Marketing"

Voir aussi

Référence

Role Interface

Aide et Informations

Assistance sur SQL Server 2005