| Attribute | Description | Required |
|---|---|---|
| connection | Refid to sdeconnection object. | Yes. |
| tableName | A single table name this task should be executed on | No. |
All table based tasks support nested <tablelist> elements to specify an amount of tables, the task should be executed on.
| Task Name | Description |
|---|---|
| multiversionview | Creates a multiversioned view |
| registertable | Registers a table in the ArcSDE table registry |
| unregistertable | Removes a table from the ArcSDE table registry |
| createindex | Creates an index on a table |
| deleteindex | Deletes an index on a table |
| addcolumn | Adds a column to a table |
| dropcolumn | Drops a column from a table |
| grantaccess,revokeaccess | Grants/Revokes specified privileges |