次の方法で共有


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