Stores information about the exposure sets that are part of the exposure view optionally with a filter.
| Creation Date | 4/4/2022 3:02 AM |
| File Group | PRIMARY |
| Text File Group | |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 1 |
| Data Space Used | 8.00 KB |
| Index Space Used | 56.00 KB |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| ExposureViewDefinitionSID | Unique system-generated sequential identifier for the system-defined exposure view definition record. | int | 4 | |||
| ExposureViewSID | Unique system-generated sequential identifier for the exposure view record. For a complete list of records, see tExposureView Table. | int | 4 | ||||
| ExposureSetDataSourceSID | Unique system-generated sequential identifier for the source record of the exposure set data. For a complete list of records, see tDataSource Table. | int | 4 | ||||
| ExposureSetSID | Unique system-generated sequential identifier for the exposure set record. For a complete list of records, see tExposureSet Table. | int | 4 | ||||
| ExposureSetName | Name of the exposure set. | varchar | 255 | ![]() | |||
| RowVersion | User for version stamping. | timestamp | 8 |
| Database Object | Object Type | Description | Dep Level | |
|---|---|---|---|---|
![]() | tDataServer | Table | Stores information about each data server associated with the project, including the sequential identifier (SID), name, description, connection information, and default MDF and LDF paths for the server. | 2 |
![]() | tDataSource | Table | Stores information about the databases registered with the application, for example, the exposure and results databases. | 1 |
![]() | tExposureSet | Table | Stores exposure set information from each exposure database on the server. | 2 |
![]() | tExposureView | Table | Stores information regarding exposures views. | 1 |
![]() | tProject | Table | Stores information about each project, for example, the project name and status code. | 3 |
![]() | tProjectExposureViewXref | Table | System reference table used to identify the relationship between the project and exposure views. | 2 |