Name (Role Interface)
Nota
Questa caratteristica verrà rimossa a partire dalla prossima versione di Microsoft SQL Server. Non utilizzare questa caratteristica in un nuovo progetto di sviluppo e modificare non appena possibile le applicazioni in cui è attualmente implementata.
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)
Esempio
Use the following code to set a role object name:
RoleObject.Name = "Sales and Marketing"