Difference between revisions of "Dbo.Flag (type)"
| Line 11: | Line 11: | ||
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" | ||
| + | | '''Reference Type | ||
| + | | '''Object Type | ||
| + | | '''Referencing Object | ||
| + | |||
| + | |- | ||
| + | | Data Type | ||
| + | | Table | ||
| + | | [[HumanResources.Employee_(table)|HumanResources.Employee]] | ||
| + | |||
| + | |- | ||
| + | | Data Type | ||
| + | | Table | ||
| + | | [[Person.StateProvince_(table)|Person.StateProvince]] | ||
| + | |||
| + | |- | ||
| + | | Data Type | ||
| + | | Table | ||
| + | | [[Production.Product_(table)|Production.Product]] | ||
| + | |||
| + | |- | ||
| + | | Data Type | ||
| + | | Table | ||
| + | | [[Production.ProductProductPhoto_(table)|Production.ProductProductPhoto]] | ||
| + | |||
| + | |- | ||
| + | | Data Type | ||
| + | | Table | ||
| + | | [[Purchasing.Vendor_(table)|Purchasing.Vendor]] | ||
| + | |||
| + | |- | ||
| + | | Data Type | ||
| + | | Table | ||
| + | | [[Sales.SalesOrderHeader_(table)|Sales.SalesOrderHeader]] | ||
| + | |||
| + | |} | ||
| + | |||
| + | |||
| + | |||
== automatically generated == | == automatically generated == | ||
Revision as of 22:56, 28 December 2009
wikibot
| type | dbo.Flag |
CREATE TYPE dbo.Flag FROM bit NOT NULL
| Reference Type | Object Type | Referencing Object |
| Data Type | Table | HumanResources.Employee |
| Data Type | Table | Person.StateProvince |
| Data Type | Table | Production.Product |
| Data Type | Table | Production.ProductProductPhoto |
| Data Type | Table | Purchasing.Vendor |
| Data Type | Table | Sales.SalesOrderHeader |
automatically generated
| type | dbo.Flag |
CREATE TYPE dbo.Flag FROM bit NOT NULL
| Reference Type | Object Type | Referencing Object |
| Data Type | Table | HumanResources.Employee |
| Data Type | Table | Person.StateProvince |
| Data Type | Table | Production.Product |
| Data Type | Table | Production.ProductProductPhoto |
| Data Type | Table | Purchasing.Vendor |
| Data Type | Table | Sales.SalesOrderHeader |