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

From dbscript Online Help
Jump to: navigation, search
Line 11: Line 11:
 
CREATE TYPE dbo.Flag FROM bit NOT NULL
 
CREATE TYPE dbo.Flag FROM bit NOT NULL
 
</pre>
 
</pre>
 
 
== automatically generated ==
 
== automatically generated ==
  
Line 25: Line 24:
 
CREATE TYPE dbo.Flag FROM bit NOT NULL
 
CREATE TYPE dbo.Flag FROM bit NOT NULL
 
</pre>
 
</pre>
 +
 +
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Referencing Object
 +
| '''Object Type
 +
| '''Reference Type
 +
 +
|-
 +
| [[HumanResources.Employee_(table)|HumanResources.Employee]]
 +
| Table
 +
| Data Type
 +
|-
 +
| [[Person.StateProvince_(table)|Person.StateProvince]]
 +
| Table
 +
| Data Type
 +
|-
 +
| [[Production.Product_(table)|Production.Product]]
 +
| Table
 +
| Data Type
 +
|-
 +
| [[Production.ProductProductPhoto_(table)|Production.ProductProductPhoto]]
 +
| Table
 +
| Data Type
 +
|-
 +
| [[Purchasing.Vendor_(table)|Purchasing.Vendor]]
 +
| Table
 +
| Data Type
 +
|-
 +
| [[Sales.SalesOrderHeader_(table)|Sales.SalesOrderHeader]]
 +
| Table
 +
| Data Type
 +
|}

Revision as of 00:58, 27 November 2009

wikibot

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

automatically generated

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


Referencing Object Object Type Reference Type
HumanResources.Employee Table Data Type
Person.StateProvince Table Data Type
Production.Product Table Data Type
Production.ProductProductPhoto Table Data Type
Purchasing.Vendor Table Data Type
Sales.SalesOrderHeader Table Data Type