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

From dbscript Online Help
Jump to: navigation, search
Line 11: Line 11:
 
CREATE TYPE dbo.NameStyle FROM bit NOT NULL
 
CREATE TYPE dbo.NameStyle FROM bit NOT NULL
 
</pre>
 
</pre>
 +
 +
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Reference Type
 +
| '''Object Type
 +
| '''Referencing Object
 +
 +
|-
 +
| Data Type
 +
| Table
 +
| [[Person.Contact_(table)|Person.Contact]]
 +
 +
|}
 +
 +
 +
 
== automatically generated ==
 
== automatically generated ==
  

Revision as of 23:56, 28 December 2009

wikibot

type dbo.NameStyle
CREATE TYPE dbo.NameStyle FROM bit NOT NULL


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


automatically generated

type dbo.NameStyle
CREATE TYPE dbo.NameStyle FROM bit NOT NULL


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