Grant 方法

向 SQL Server 实例的指定被授权者授予指定的权限集。

此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。

重载列表

  名称 说明
公共方法 Grant(ServerPermissionSet, String) 向 SQL Server 实例的指定被授权者授予指定的权限集。
公共方法 Grant(ServerPermissionSet, array<String> [] () [] []) 向 SQL Server 实例的指定被授权者授予指定的权限集。
公共方法 Grant(ServerPermissionSet, String, Boolean) 向被授权者授予针对指定权限的访问权限以及向 SQL Server 实例的其他用户进行授权的能力。
公共方法 Grant(ServerPermissionSet, array<String> [] () [] [], Boolean) 向被授权者授予针对指定权限的访问权限以及向 SQL Server 实例的其他用户进行授权的能力。
公共方法 Grant(ServerPermissionSet, String, Boolean, String) 向被授权者授予指定的权限集以及基于假定角色向 SQL Server 实例的其他用户授予权限集的能力。
公共方法 Grant(ServerPermissionSet, array<String> [] () [] [], Boolean, String) 向被授权者授予指定的权限集以及基于假定角色向 SQL Server 实例的其他用户授予权限集的能力。

页首

注释

The Grant method has several overloads that give you a choice of whether to grant one or more permission to a single grantee or to several grantees. It also lets you specify whether the grantee has permission to give other users permission, and what role the grantee assumes when taking this action.