CimTable.DataSource (property)

Gets and sets the data source that will recieve logged data from this table.
Syntax: String = object.DataSource
object.DataSource = String
Description: CimTable.DataSource is a string representing the name of the ODBC source that will recieve logged data that is logged from this table.

Examples

myTable.DataSource = "CIMPLICITY Point Logging"