Data sources as they relate to DOCUMENTS.
Column Name |
Data Type |
Description |
---|---|---|
CMSID |
varchar |
The actualy name of the CMS host machine without the port number, if used. В This is used in conjunction with OBJECTID or CUID to uniquely identify an object across environments |
DATATYPE |
varchar |
Data type of the datasource (can be SEMANTICLAYER, DATACONNECTION) |
OBJECT_ID |
int |
Foreign key to DOCUMENTS.ID |
SOURCE_ID |
int |
Foreign key to the OBJECTID column of the relevant Data Type (SEMANTICLAYER, DATACONNECTIONS) |
See also