datatype icon Datatype: UDTSSN

Properties

Property Value
Name UDTSSN
ID 263
Schema dbo
Owner dbo
User Defined true
Native Datatype varchar(10)
Max Length (in bytes) 10
Nullable true
Is Assembly Type false
Is Table Type false

Extended Properties

No extended properties defined.

Bound Defaults

No defaults bound to that datatype

Bound Rules

No rules bound to that datatype

[UDTSSN] is used in the following columns

Datatype is not used in any columns

[UDTSSN] is used in the following parameters

Datatype is not used in any parameters

Objects that depend on [UDTSSN]

Objects on which [UDTSSN] depends

SQL

Script
CREATE TYPE [dbo].[UDTSSN] FROM [varchar](10) NULL

See also

List of Datatypes