Share via


MatchingCriterion.Mappings 속성

정의

매핑의 목록을 가져오거나 설정합니다.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::DataSourceFieldMapping ^> ^ Mappings { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::DataSourceFieldMapping ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::DataSourceFieldMapping ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.DataSourceFieldMapping> Mappings { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Mappings : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.DataSourceFieldMapping> with get, set
Public Property Mappings As Collection(Of DataSourceFieldMapping)

속성 값

매핑 목록입니다.

특성

적용 대상