The following tables list the members exposed by IMMDistopsWorkspace.
Public Properties
| Name | Description |
 | DistopsWorkspace | Returns the active workspace of the Network Adapter personal geodatabase, which contains results tables and test case tables. |
Top
Public Methods
| Name | Description |
 | ClearTable | Clears out a table in the Network Adapter personal geodatabase, but does not delete the table. |
 | ClearTablesByPrefix | Clears out all tables in the Network Adapter personal geodatabase with names beginning in a table prefix. Can be used to clear all results tables for an analysis type, or to clear all tables for a test case. |
 | GetIsTestCaseDirty | Determines whether a test case table is dirty, or has been edited since the last test case import or export. The Analysis API will not export a clean test case table. |
 | SetIsTestCaseDirty | Designates a test case table as dirty, or edited, so the Analysis API knows to export this table. Also can be used to designate a table as clean. |
Top
See Also