Difference between revisions of "Production.ProductModel (table)"
Line 169: | Line 169: | ||
{| 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" | ||
+ | | '''Dependency Type | ||
+ | | '''Object Type | ||
| '''Referenced Object | | '''Referenced Object | ||
− | |||
− | |||
|- | |- | ||
+ | | Data Type | ||
+ | | Type | ||
| [[dbo.Name_(type)|dbo.Name]] | | [[dbo.Name_(type)|dbo.Name]] | ||
− | + | ||
− | |||
|- | |- | ||
− | |||
| Schema | | Schema | ||
| Schema | | Schema | ||
+ | | [[Production_(schema)|Production]] | ||
+ | |||
|- | |- | ||
+ | | Data Type | ||
+ | | XML Schema Collection | ||
| [[Production.ManuInstructionsSchemaCollection_(xml_schema_collection)|Production.ManuInstructionsSchemaCollection]] | | [[Production.ManuInstructionsSchemaCollection_(xml_schema_collection)|Production.ManuInstructionsSchemaCollection]] | ||
+ | |||
+ | |- | ||
+ | | Data Type | ||
| XML Schema Collection | | XML Schema Collection | ||
− | |||
− | |||
| [[Production.ProductDescriptionSchemaCollection_(xml_schema_collection)|Production.ProductDescriptionSchemaCollection]] | | [[Production.ProductDescriptionSchemaCollection_(xml_schema_collection)|Production.ProductDescriptionSchemaCollection]] | ||
− | + | ||
− | |||
|} | |} | ||
Line 194: | Line 198: | ||
{| 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" | ||
+ | | '''Reference Type | ||
+ | | '''Object Type | ||
| '''Referencing Object | | '''Referencing Object | ||
− | |||
− | |||
|- | |- | ||
+ | | Select | ||
+ | | View | ||
| [[Production.vProductAndDescription_(view)|Production.vProductAndDescription]] | | [[Production.vProductAndDescription_(view)|Production.vProductAndDescription]] | ||
+ | |||
+ | |- | ||
+ | | Select | ||
| View | | View | ||
+ | | [[Production.vProductModelCatalogDescription_(view)|Production.vProductModelCatalogDescription]] | ||
+ | |||
+ | |- | ||
| Select | | Select | ||
− | |||
− | |||
| View | | View | ||
− | |||
− | |||
| [[Production.vProductModelInstructions_(view)|Production.vProductModelInstructions]] | | [[Production.vProductModelInstructions_(view)|Production.vProductModelInstructions]] | ||
− | + | ||
− | |||
|} | |} |
Revision as of 06:35, 30 November 2009
wikibot
Table | Production.ProductModel |
Column | Data Type | Nullable | Default | PK | Index |
ProductModelID | int | not null | PK_ProductModel_ProductModelID | ||
Name | dbo.Name | not null | AK_ProductModel_Name | ||
CatalogDescription | xml | null | PXML_ProductModel_CatalogDescription | ||
Instructions | xml | null | PXML_ProductModel_Instructions | ||
rowguid | uniqueidentifier | not null | (newid()) | AK_ProductModel_rowguid | |
ModifiedDate | datetime | not null | (getdate()) |
Detail Table | Column | Referencing Column |
Production.Product | ProductModelID | ProductModelID |
Production.ProductModelIllustration | ProductModelID | ProductModelID |
Production.ProductModelProductDescriptionCulture | ProductModelID | ProductModelID |
automatically generated
Table | Production.ProductModel |
Description | Product model classification. |
Column | Data Type | Nullable | Default | Description / PK / Index |
ProductModelID | int | not null | Primary key for ProductModel records. PK_ProductModel_ProductModelID | |
Name | Name | not null | Product model description. AK_ProductModel_Name | |
CatalogDescription | XML | null | Detailed product catalog information in xml format. PXML_ProductModel_CatalogDescription | |
Instructions | XML | null | Manufacturing instructions in xml format. PXML_ProductModel_Instructions | |
rowguid | uniqueidentifier | not null | (NEWID()) | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. AK_ProductModel_rowguid |
ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
Detail Table | Column | Referencing Column |
Production.Product | ProductModelID | ProductModelID |
Production.ProductModelIllustration | ProductModelID | ProductModelID |
Production.ProductModelProductDescriptionCulture | ProductModelID | ProductModelID |
Dependency Type | Object Type | Referenced Object |
Data Type | Type | dbo.Name |
Schema | Schema | Production |
Data Type | XML Schema Collection | Production.ManuInstructionsSchemaCollection |
Data Type | XML Schema Collection | Production.ProductDescriptionSchemaCollection |
Reference Type | Object Type | Referencing Object |
Select | View | Production.vProductAndDescription |
Select | View | Production.vProductModelCatalogDescription |
Select | View | Production.vProductModelInstructions |