DeclareTableVariableBody
Represents the body of the declare @variable table variation.
Shows if the optional AS was used. Required to distinguish between Sql80 and Sql90.
The table definition containing column and constraint definitions.
The name of the variable. This includes the @ at the beginning.
public DeclareTableVariableBody()