Método Grant (ObjectPermissionSet, String, Boolean)
SQL Server 2008 R2
Grants the specified permission and the ability to grant the set of permissions to the specified grantee on the application role.
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
public void Grant( ObjectPermissionSet permission, string granteeName, bool grantGrant )
Parâmetros
- permission
- Tipo: Microsoft.SqlServer.Management.Smo..::..ObjectPermissionSet
An ObjectPermissionSet object that specifies the set of permissions.
- granteeName
- Tipo: System..::..String
A String value that specifies the grantee to be denied the specified set of permissions.
- grantGrant
- Tipo: System..::..Boolean
A Boolean property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the application role.
If True, the grantee is given the ability to grant the specified set of permissions to other users on the application role. Otherwise, False.