Create a DDL statement to revoke permission to a table.

Syntax

ISDatabaseProviderBuilderUtilitiesBase.DdlPermissionRevoke(action, grantee, tableName, [objectType])

Parameters

NameTypeOptionalByRefDescription
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

String

A String value.

Member of:
ISDatabaseProviderBuilderUtilitiesBase
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0