Deletes a table from the Database. | |
Syntax: | Boolean = object.DeleteTable ( tableID ) |
Parameters: |
tableID As
String - The name of the table
to delete
|
Description: | The CimDatabase.DeleteTable method allows
you delete a specified table for the database and remover the
logging for all the points contained in that table. Example Dim database as New CimDatabase status = database.DeleteTable("TABLE_B") |