Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Is a cross-reference table that maps product models and illustrations. The illustrations are referenced in the Instructions column in the ProductModel table.
ProductModelIllustration Table Definition
The ProductModelIllustration table is contained in the Production schema.
| Column | Data type | Nullability | Description |
|---|---|---|---|
ProductModelID |
int |
Not null |
Primary key. Foreign key to ProductModel.ProductModelID. |
IllustrationID |
int |
Not null |
Primary key. Foreign key to Illustration.IllustrationID. |
ModifiedDate |
datetime |
Not null |
Date and time the record was last updated. |
See Also
Reference
Illustration Table (AdventureWorks)
ProductModel Table (AdventureWorks)
Other Resources
AdventureWorks Data Dictionary