Difference between revisions of "Dbo.Flag (type)"
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
− | | ''' | + | | '''type |
| dbo.Flag | | dbo.Flag | ||
− | |||
|} | |} | ||
− | |||
=== Source === | === Source === | ||
Line 21: | Line 19: | ||
| '''Referencing Object | | '''Referencing Object | ||
− | |- | + | |- valign="top" |
| Data Type | | Data Type | ||
| Table | | Table | ||
| [[HumanResources.Employee_(table)|HumanResources.Employee]] | | [[HumanResources.Employee_(table)|HumanResources.Employee]] | ||
− | |- | + | |- valign="top" |
| Data Type | | Data Type | ||
| Table | | Table | ||
| [[Person.StateProvince_(table)|Person.StateProvince]] | | [[Person.StateProvince_(table)|Person.StateProvince]] | ||
− | |- | + | |- valign="top" |
| Data Type | | Data Type | ||
| Table | | Table | ||
| [[Production.Product_(table)|Production.Product]] | | [[Production.Product_(table)|Production.Product]] | ||
− | |- | + | |- valign="top" |
| Data Type | | Data Type | ||
| Table | | Table | ||
| [[Production.ProductProductPhoto_(table)|Production.ProductProductPhoto]] | | [[Production.ProductProductPhoto_(table)|Production.ProductProductPhoto]] | ||
− | |- | + | |- valign="top" |
| Data Type | | Data Type | ||
| Table | | Table | ||
| [[Purchasing.Vendor_(table)|Purchasing.Vendor]] | | [[Purchasing.Vendor_(table)|Purchasing.Vendor]] | ||
− | |- | + | |- valign="top" |
| Data Type | | Data Type | ||
| Table | | Table |
Latest revision as of 09:54, 27 August 2011
wikibot[edit]
type | dbo.Flag |
Source[edit]
CREATE TYPE dbo.Flag FROM bit NOT NULL
Dependencies[edit]
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[edit]
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 |