Touchstone 2022 Database Reference
tExportActivityOption Table
AIRProject Database : tExportActivityOption Table
Description
Stores information about each export.
Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File GroupPRIMARY
System Object
Published for Replication
Rows0
Data Space Used0.00 KB
Index Space Used0.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Unique system-generated sequential identifier for the activity record.

For a complete list of records, see tActivity Table.

int4   
 

Code that represents the type of the exported data.

For a complete list of codes, see tExportType Table.

varchar10   
 

Code that represents the target of the export.

For a complete list of  codes, see tExportTargetType Table.

varchar20   
 

Unique system-generated sequential identifier for the target of the export.

int4   
 Name of the saved file that contains the exported data.varchar1000  
 Location of the saved file that contains the exported data.varchar4000  
 

XML expression for the additional options used during export.

Used internally by Touchstone.

xml0  
 

When you export multiple exposure view(s), indicates whether to merge the exposure sets into one exposure set.

  • 1 = Yes (merge into single exposure set) 
  • 0 = No (create multiple exposure sets)
bit1 
((0))
 
 User-specified name for the exposure set.varchar255  
 

Unique system-generated sequential identifier for the data source that stores the exposure data.

For a complete list of records, see tDataSource Table.

int4  
 User-specified comment about the export.varchar8000  
Objects that depend on tExportActivityOption
 Database ObjectObject TypeDescriptionDep Level
tExportActivityFilter tabletExportActivityFilterTableStores information about the filter attribute applied during each export.1
Objects that tExportActivityOption depends on
 Database ObjectObject TypeDescriptionDep Level
tActivity tabletActivityTable

Stores information about each activity, including the unique sequential identifiers for analyses and activities.

You can use the information in the table to find analysis results.

1
tAnalysis tabletAnalysisTableStores information about each analysis.2
tDataServer tabletDataServerTableStores 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 tabletDataSourceTable

Stores information about the databases registered with the application, for example, the exposure and results databases.

1
tExposureSet tabletExposureSetTableStores exposure set information from each exposure database on the server.2
tProject tabletProjectTableStores information about each project, for example, the project name and status code.2
See Also

Related Objects

AIRProject Database