REVOKE INTEGRATED LOGIN Statement

Removes the INTEGRATED LOGIN permissions that were given using the GRANT statement.

Syntax

REVOKE INTEGRATED LOGIN 
FROM userID [,...]

Parameters

Standards

ANSI SQL – Compliance level: Transact-SQL extension.

Permissions

Requires the MANAGE ANY USER system privilege.
Related reference
GRANT INTEGRATED LOGIN Statement