RESET | Examples |
<RESET | Attribute
Description Table |
tables ="true | false" [false]
> <WORKSPACES... /> </RESET > |
Attribute | Usage | Back to Top |
---|---|---|
tables | When set to "true", all ArcSDE tables in the repository are deleted and re-created. Use with caution. |
Example 1: When tables="true". Use with caution. | Back to Top |
<?xml version="1.0"
encoding="UTF-8" ?> <ARCXML version="1.1"> <REQUEST> <PUBLISH_METADATA> <RESET tables="true" /> </PUBLISH_METADATA> </REQUEST> </ARCXML> |