#TableType
##Enum Properties
- TableType - A SQL table entity that holds physical data relational to other tables.
- TableType - A SQL view entity that references tables to get its data.
- TableType - A SQL stored procedure that can perform conditional logic to produce a set of data on multiple tables or views.
- TableType - A SQL synonym that creates an alternate name for a database object like a table, view, or stored procedure.
