Udostępnij za pośrednictwem


xp_revokelogin (Transact-SQL)

Revokes access from a Windows group or user to SQL Server.

Ważna informacjaWażne:

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use DROP LOGIN instead.

Ikona łącza do tematu Transact-SQL Syntax Conventions

Składnia

xp_revokelogin {[@loginame=] 'login'}

Arguments

  • [ @loginame = ] 'login'
    Is the name of the Windows user or group from which to revoke access. login must include the domain name, for example [ADVWKS\sylvester1]. login is sysname, with no default.

Return Code Values

0 (success) or 1 (failure)

Uwagi

Use DROP LOGIN instead.

Permissions

Requires ALTER ANY LOGIN permission on the server.

Zobacz także

Odwołanie

sp_denylogin (Transact-SQL)

sp_grantlogin (Transact-SQL)

sp_revokelogin (Transact-SQL)

System Stored Procedures (Transact-SQL)

General Extended Stored Procedures (Transact-SQL)

xp_loginconfig (Transact-SQL)

xp_logininfo (Transact-SQL)