नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Is a cross-reference table that maps product model descriptions and the language in which the description is written.
ProductModelProductDescriptionCulture Table Definition
The ProductModelProductDescriptionCulture table is contained in the Production schema.
| Column | Data type | Nullability | Description |
|---|---|---|---|
ProductModelID |
int |
Not null |
Primary key. Foreign key to ProductModel.ProductModelID. |
ProductDescriptionID |
int |
Not null |
Primary key. Foreign key to ProductDescription.ProductDescriptionID. |
CultureID |
nchar(6) |
Not null |
Culture identification number. Foreign key to Culture.CultureID. |
ModifiedDate |
datetime |
Not null |
Date and time the row was last updated. |
See Also
Reference
Culture Table (AdventureWorks)
ProductDescription Table (AdventureWorks)
ProductModel Table (AdventureWorks)
Other Resources
AdventureWorks Data Dictionary