Properties
Allow Identity | |
Allow Nulls | |
Base Type | nvarchar |
Default | |
Variable Length | |
Length | 15 |
Max Size | 30 |
Numeric Precision | 0 |
Numeric scale | 0 |
Rule | |
Collation | SQL_Latin1_General_CP1_CI_AS |
Columns in which this object is used
| Table | Column Name | Description |
| Vendor | AccountNumber | Vendor account (identification) number. |
| SalesOrderHeader | AccountNumber | Financial accounting number reference. |
SQL
CREATE TYPE [dbo].[AccountNumber] FROM [nvarchar](15) NULL
|
See Also