Properties
Allow Identity |  |
Allow Nulls |  |
Base Type | bit |
Default | |
Variable Length |  |
Length | 1 |
Max Size | 1 |
Numeric Precision | 1 |
Numeric scale | 0 |
Rule | |
Collation | |
Columns in which this object is used
| Table | Column Name | Description |
| Contact | NameStyle | 0 = The data in FirstName and LastName are stored in western style (first name, last name) order. 1 = Eastern style (last name, first name) order. |
SQL
CREATE TYPE [dbo].[NameStyle] FROM [bit] NOT NULL
|
See Also