ProductModelProductDescriptionCulture テーブル (AdventureWorks)
製品モデルの説明とその説明を記述した言語をマップする相互参照テーブルです。
ProductModelProductDescriptionCulture テーブルの定義
ProductModelProductDescriptionCulture テーブルは、Production スキーマに含まれています。
列 | データ型 | NULL 属性 | 説明 |
---|---|---|---|
ProductModelID |
int |
NOT NULL |
主キー。ProductModel.ProductModelID への外部キーです。 |
ProductDescriptionID |
int |
NOT NULL |
主キー。ProductDescription.ProductDescriptionID への外部キーです。 |
CultureID |
nchar(6) |
NOT NULL |
カルチャの識別番号。Culture.CultureID への外部キーです。 |
ModifiedDate |
datetime |
NOT NULL |
行が最後に更新された日時。 |
参照
関連項目
Culture テーブル (AdventureWorks)
ProductDescription テーブル (AdventureWorks)
ProductModel テーブル (AdventureWorks)