你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataMapperMapping interface

源表和目标表映射详细信息。

属性

attributeMappingInfo

这会保存用户提供的属性映射信息。

sourceConnectionReference

源连接的连接引用。

sourceDenormalizeInfo

这会保存联接多个源时使用的源非规范化信息。

sourceEntityName

源表的名称

targetEntityName

目标表的名称

属性详细信息

attributeMappingInfo

这会保存用户提供的属性映射信息。

attributeMappingInfo?: MapperAttributeMappings

属性值

sourceConnectionReference

源连接的连接引用。

sourceConnectionReference?: MapperConnectionReference

属性值

sourceDenormalizeInfo

这会保存联接多个源时使用的源非规范化信息。

sourceDenormalizeInfo?: any

属性值

any

sourceEntityName

源表的名称

sourceEntityName?: string

属性值

string

targetEntityName

目标表的名称

targetEntityName?: string

属性值

string