Properties
Allow Identity |  |
Allow Nulls |  |
Base Type | nvarchar |
Default | |
Variable Length |  |
Length | 50 |
Max Size | 100 |
Numeric Precision | 0 |
Numeric scale | 0 |
Rule | |
Collation | SQL_Latin1_General_CP1_CI_AS |
Columns in which this object is used
SQL
CREATE TYPE [dbo].[Name] FROM [nvarchar](50) NULL
|
See Also