Touchstone 2022 Database Reference
tZoneSet Table
AIRUserSetting Database : tZoneSet Table
Description

Stores information about both the user-provided zone sets for geospatial analysis and AIR-provided zone sets available in Touchstone.

Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows66
Data Space Used8.00 KB
Index Space Used24.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the zone set record.int4   
 

Unique system-generated sequential identifier for the business unit record.

int4   
 Name of the zone set.varchar255   
 Description of the zone set.varchar4000  
 Date and time when the zone set was created.datetime4 
(getutcdate())
 
 Date and time when the zone set was last modified.datetime4 
(getutcdate())
 
 

Indicates whether the zone set is AIR provided.

  • 1 = Yes (AIR provided)
  • 0 = No (not AIR provided)
bit1 
((0))
 
Objects that depend on tZoneSet
 Database ObjectObject TypeDescriptionDep Level
tZoneSetZoneXref tabletZoneSetZoneXrefTableSystem reference table that stores the zones that correspond to each AIR-provided zone set.1
See Also

Related Objects

AIRUserSetting Database