Name (Role Interface)
[!REMARQUE]
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 Name property of the Role interface contains the name of the role object.
Applies To:clsCubeRole, clsDatabaseRole, clsMiningModelRole
Data Type
String
Access
Read/write (read-only after the object has been named)
Exemple
Use the following code to set a role object name:
RoleObject.Name = "Sales and Marketing"