VendorContact 表 (AdventureWorks)
是一个映射供应商及其与 Adventure Works Cycles 雇员有业务往来的雇员的交叉引用表。例如,Adventure Works Cycles 的采购员将与供应商的销售代表联系来采购零件或产品。
VendorContact 表定义
VendorContact 表包含在 Purchasing 架构中。
列  | 
数据类型  | 
为空性  | 
说明  | 
|---|---|---|---|
VendorID  | 
int  | 
非空  | 
主键。  | 
ContactID  | 
int  | 
非空  | 
联系人、供应商雇员的标识号。指向 Contact.ContactID 的外键。  | 
ContactTypeID  | 
int  | 
非空  | 
联系人类型,例如,销售经理或销售代理。  | 
ModifiedDate  | 
datetime  | 
非空  | 
行的上次更新日期和时间。  |