次の方法で共有


MapperAttributeMapping クラス

定義

ソースとターゲットの列マッピングの詳細。

public class MapperAttributeMapping
type MapperAttributeMapping = class
Public Class MapperAttributeMapping
継承
MapperAttributeMapping

コンストラクター

MapperAttributeMapping()

MapperAttributeMapping の新しいインスタンスを初期化します。

プロパティ

AttributeReference

マッピングで使用されるソース列の参照。 これは、"Direct" マッピングの種類にのみ使用されます。

AttributeReferences

ソース列の参照の一覧。 これは、'Derived' 型と 'Aggregate' 型のマッピングにのみ使用されます。

Expression

'Aggregate' 型と 'Derived' 型マッピングに使用される式。

FunctionName

'Aggregate' と 'Derived' ('Advanced' を除く) 型マッピングに使用される関数の名前。

MappingType

CDC 属性マッピングの種類。 注: 'Advanced' マッピングの種類も 'Derived' として保存されます。

Name

ターゲット列の名前。

適用対象