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

MapperAttributeMapping interface

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

属性

attributeReference

映射中使用的源列的引用。 它仅用于“直接”映射类型。

attributeReferences

源列的引用列表。 它仅用于“派生”和“聚合”类型映射。

expression

用于“聚合”和“派生”类型映射的表达式。

functionName

用于“Aggregate”和“Derived”(“高级”除外)类型映射的函数的名称。

name

目标列的名称。

type

CDC 属性映射的类型。 注意:“高级”映射类型也保存为“派生”。

属性详细信息

attributeReference

映射中使用的源列的引用。 它仅用于“直接”映射类型。

attributeReference?: MapperAttributeReference

属性值

attributeReferences

源列的引用列表。 它仅用于“派生”和“聚合”类型映射。

attributeReferences?: MapperAttributeReference[]

属性值

expression

用于“聚合”和“派生”类型映射的表达式。

expression?: string

属性值

string

functionName

用于“Aggregate”和“Derived”(“高级”除外)类型映射的函数的名称。

functionName?: string

属性值

string

name

目标列的名称。

name?: string

属性值

string

type

CDC 属性映射的类型。 注意:“高级”映射类型也保存为“派生”。

type?: string

属性值

string