Removes statement permissions from a list of SQL Server users and groups.
Database.Revoke (
[Privileges :=] tPrivileges,
[RevokeeNames :=] midUserGroupList )
HRESULT pDatabase->Revoke (
SQLOLE_PRIVILEGE_TYPE tPrivileges,
SQLOLE_LPCSTR midUserGroupList );
Element | Type | Description |
---|
tPrivileges | SQLOLE_PRIVILEGE_TYPE | Types of statement privileges to revoke |
midUserGroupList | MultiIdentifier | Delimited list of one or more users and groups |
REVOKE