CimDatabase.GetTable (method)

Retrieves the tables properties to the table.
Syntax: Set CimTable = object.GetTable ( tableID )
Parameters:
tableID As String - The name of the table to get
Description: The CimDatabase.GetTable method allows you to retrieve a table from the data base so that its properties can be viewed and manipulated.

Example

Dim database As CimDatabase
Dim table As CimTable
set table = database.GetTable("TABLE_C")
MsgBox table.type