Description (Role Interface)
Observação |
---|
Esse recurso será removido na próxima versão do Microsoft SQL Server. Não utilize esse recurso em desenvolvimentos novos e modifique, assim que possível, os aplicativos que atualmente o utilizam. |
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 |
Exemplo
Use the following code to set a role object description:
RoleObject.Description = "Eastern Region Sales and Marketing"