Create a DDL statement to revoke permission to a table.
Syntax
Parameters
| Name | Type | Optional | ByRef | Description |
| action |
String |
|
|
The action to revoke. |
| grantee |
String |
|
|
Who to revoke the permission to. |
| tableName |
String |
|
|
The table to revoke permission on. |
| objectType |
String |
Optional |
|
Required for MSJet Databases. The object to revoke permissions on, eg Table. |
Return Value
- Member of:
- ISDatabaseProviderBuilderUtilitiesBase
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0