Difference between revisions of "Dbo.Flag (type)"
| Line 3: | Line 3: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- | |- | ||
| − | | ''' | + | | '''Type |
| dbo.Flag | | dbo.Flag | ||
|- | |- | ||
|} | |} | ||
| + | |||
| + | === Source === | ||
<pre> | <pre> | ||
CREATE TYPE dbo.Flag FROM bit NOT NULL | CREATE TYPE dbo.Flag FROM bit NOT NULL | ||
</pre> | </pre> | ||
| − | + | === Dependencies === | |
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
| Line 50: | Line 52: | ||
|} | |} | ||
| − | |||
Revision as of 23:08, 2 February 2010
wikibot
| Type | dbo.Flag |
Source
CREATE TYPE dbo.Flag FROM bit NOT NULL
Dependencies
| 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 |