VS2013数据库项目中是否有UI授予对角色的访问权限

Is there a UI to grant access to roles in VS2013 database Project

在 sql 服务器资源管理器中 UI 授予角色对所有表的读取插入等权限。

将其导入 Visual Studio 数据库项目时,它会在表格下方生成授权。例如。

GRANT INSERT
ON OBJECT::[dbo].[MyTable] TO [MyRole]
AS [dbo];

不过我似乎无法在 Visual Studio 中找到任何 UI。有谁知道有没有UI?

不,没有这样的 UI,至少截至 Visual Studio 2013 年是这样。