Contains usages of SQL that AutoComment has detected in other SQL modules. Unlike sys.sql_dependencies it will also detect references in dynamic SQL. May contain false positives.
| Name | Datatype | Read | Write | Primary key | Description |
|---|---|---|---|---|---|
| SchemaName | sysname | Yes | No | No | Schema of the referencing SQL module. |
| ObjectName | sysname | Yes | No | No | Name of the referencing SQL module. |
| SchemaNameReferenced | sysname | Yes | No | No | Schema of the referenced SQL module. |
| ObjectNameReferenced | sysname | Yes | No | No | Name of the referenced SQL module. |