datatype icon Datatype: SpecialCode

Properties

Property Value
Name SpecialCode
ID 269
Schema dbo
Owner dbo
User Defined true
Native Datatype char(4)
Max Length (in bytes) 4
Nullable false
Is Assembly Type false
Is Table Type false

Extended Properties

No extended properties defined.

Bound Defaults

No defaults bound to that datatype

Bound Rules

Property Value
Bound Rule Schema dbo
Bound Rule list_rule

[SpecialCode] is used in the following columns

Datatype is not used in any columns

[SpecialCode] is used in the following parameters

Datatype is not used in any parameters

Objects that depend on [SpecialCode]

Objects on which [SpecialCode] depends

SQL

Script
CREATE TYPE [dbo].[SpecialCode] FROM [char](4) NOT NULL

See also

List of Datatypes