Difference between revisions of "Dbo.Phone (type)"

From dbscript Online Help
Jump to: navigation, search
Line 22: Line 22:
 
| Data Type
 
| Data Type
 
| Table
 
| Table
| [[Person.Contact_(_(table))|Person.Contact]]
+
| [[Person.Contact_(table)|Person.Contact]]
  
 
|}
 
|}

Revision as of 00:15, 24 June 2010

wikibot

Type dbo.Phone

Source

CREATE TYPE dbo.Phone FROM nvarchar(50) NULL

Dependencies

Reference Type Object Type Referencing Object
Data Type Table Person.Contact


automatically generated

type dbo.Phone
CREATE TYPE dbo.Phone FROM nvarchar(25) NULL


Reference Type Object Type Referencing Object
Data Type Table Person.Contact