datatype icon Datatype: AccountNumber

Properties

Property Value
Name AccountNumber
ID 257
Schema dbo
Owner dbo
User Defined true
Native Datatype nvarchar(15)
Max Length (in bytes) 30
Nullable true
Is Assembly Type false
Is Table Type false

Extended Properties

Name Value
MS_Description mobi czwartek - AccountNumber

Bound Defaults

No defaults bound to that datatype

Bound Rules

No rules bound to that datatype

[AccountNumber] is used in the following columns

Column Name Object Name Description ANSI Padded Is Rowguidcol Is Identity Is Computed Is Filestream Is Replicated Is Non Sql Subscribed Is Merge Published Is DTS Replicated Is Xml Document Is Sparse Is Column Set
AccountNumber Purchasing.Vendor Vendor account (identification) number. true false false false false false false false false false false false
AccountNumber Sales.SalesOrderHeader Financial accounting number reference. true false false false false false false false false false false false

[AccountNumber] is used in the following parameters

Datatype is not used in any parameters

Objects that depend on [AccountNumber]

Objects on which [AccountNumber] depends

SQL

Script
CREATE TYPE [dbo].[AccountNumber] FROM [nvarchar](15) NULL
EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'mobi czwartek - AccountNumber' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TYPE',@level1name=N'AccountNumber'

See also

List of Datatypes