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