Compartir a través de


ServerRole.Revoke Método

Incluir miembros protegidos
Incluir miembros heredados

Revokes a previously granted set of permissions from a grantee or grantees on the Server Role.

Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.

Lista de sobrecargas

  Nombre Descripción
Método público Revoke(ObjectPermissionSet, String) Revokes a previously granted set of permissions from a grantee on the Server Role.
Método público Revoke(ObjectPermissionSet, array<String[]) Revokes a previously granted set of permissions from a set of grantees on the Server Role.
Método público Revoke(ObjectPermissionSet, String, Boolean, Boolean) Revokes a previously granted set of permissions from a grantee from the Server Role, and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users.
Método público Revoke(ObjectPermissionSet, array<String[], Boolean, Boolean) Revokes a previously granted set of permissions from a set of grantees from the Server Role, and any other users to whom the grantees have granted the specified set of permissions. The grantees are also given the ability to revoke the specified set of permissions from other users
Método público Revoke(ObjectPermissionSet, String, Boolean, Boolean, String) Revokes a previously granted set of permissions from a grantee from the Server Role and any other users to whom the grantee has granted the specified set of permissions. The grantee is also given the ability to revoke the specified set of permissions from other users under an assumed role.
Método público Revoke(ObjectPermissionSet, array<String[], Boolean, Boolean, String) Revokes the specified set of permissions to the grantees and the ability to revoke the set of permissions to other users on the Server Role under an assumed role.

Arriba

Vea también

Referencia

ServerRole Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo