Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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