Properties

Owner: dbo 
Base Type: bit 
Dafault Name:  
Default Owner:  
Nullable:  
Precision:  
Scale:  
Flags:
Allow Identity:  
Length:
Variable Length:  
Max Length:
Rule:  
Rule Owner:  
Collation:  
Description:  

Bound objects

Object Name Owner Object Type Column
  Contact  Person  Table  NameStyle 
Total: 1 bound object(s)

SQL

EXEC sp_addtype N'NameStyle', N'bit', N'not null'
GO

See Also

List of datatypes