共用方式為


MapperAttributeMapping interface

來源和目標資料行對應詳細資料。

屬性

attributeReference

對應中使用的來源資料行參考。 它僅用於 'Direct' 對應類型。

attributeReferences

來源資料行的參考清單。 它僅用於 'Derived' 和 'Aggregate' 類型對應。

expression

用於 'Aggregate' 和 'Derived' 類型對應的運算式。

functionName

用於 'Aggregate' 和 'Derived' (的函式名稱,除了 'Advanced') 類型對應以外。

name

目標資料行的名稱。

type

CDC 屬性對應的類型。 注意:'Advanced' 對應類型也會儲存為 'Derived'。

屬性詳細資料

attributeReference

對應中使用的來源資料行參考。 它僅用於 'Direct' 對應類型。

attributeReference?: MapperAttributeReference

屬性值

attributeReferences

來源資料行的參考清單。 它僅用於 'Derived' 和 'Aggregate' 類型對應。

attributeReferences?: MapperAttributeReference[]

屬性值

expression

用於 'Aggregate' 和 'Derived' 類型對應的運算式。

expression?: string

屬性值

string

functionName

用於 'Aggregate' 和 'Derived' (的函式名稱,除了 'Advanced') 類型對應以外。

functionName?: string

屬性值

string

name

目標資料行的名稱。

name?: string

屬性值

string

type

CDC 屬性對應的類型。 注意:'Advanced' 對應類型也會儲存為 'Derived'。

type?: string

屬性值

string