Description (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 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 |
Esempio
Use the following code to set a role object description:
RoleObject.Description = "Eastern Region Sales and Marketing"