SQL Column data types

When creating properties of type String or Text, the MS SQL 2014 database shows column type of nvarchar(string_length) or nvarchar(max), respectively. Is there any way to make these selections generate a varchar datatype in the SQL table instead of nvarchar?

I need varchar instead of nvarchar for integration with Cadence Orcad CIS data syncing.