Difference between revisions of "Dbo.Name (type)"
| Line 17: | Line 17: | ||
| '''type | | '''type | ||
| dbo.Name | | dbo.Name | ||
| − | |- | + | |- valign="top" |
|} | |} | ||
| Line 31: | Line 31: | ||
| '''Object Type | | '''Object Type | ||
| '''Reference Type | | '''Reference Type | ||
| − | + | ||
|- | |- | ||
| [[HumanResources.Department_(table)|HumanResources.Department]] | | [[HumanResources.Department_(table)|HumanResources.Department]] | ||
Revision as of 06:25, 30 November 2009
wikibot
| type | dbo.Name |
CREATE TYPE dbo.[Name] FROM nvarchar(100) NULL
automatically generated
| type | dbo.Name |
CREATE TYPE dbo.[Name] FROM nvarchar(50) NULL
| Referencing Object | Object Type | Reference Type |
| HumanResources.Department | Table | Data Type |
| HumanResources.Shift | Table | Data Type |
| Person.AddressType | Table | Data Type |
| Person.Contact | Table | Data Type |
| Person.ContactType | Table | Data Type |
| Person.CountryRegion | Table | Data Type |
| Person.StateProvince | Table | Data Type |
| Production.Culture | Table | Data Type |
| Production.Location | Table | Data Type |
| Production.Product | Table | Data Type |
| Production.ProductCategory | Table | Data Type |
| Production.ProductModel | Table | Data Type |
| Production.ProductReview | Table | Data Type |
| Production.ProductSubcategory | Table | Data Type |
| Production.ScrapReason | Table | Data Type |
| Production.UnitMeasure | Table | Data Type |
| Purchasing.ShipMethod | Table | Data Type |
| Purchasing.Vendor | Table | Data Type |
| Sales.Currency | Table | Data Type |
| Sales.SalesReason | Table | Data Type |
| Sales.SalesTaxRate | Table | Data Type |
| Sales.SalesTerritory | Table | Data Type |
| Sales.Store | Table | Data Type |