MatchingCriterion.Mappings プロパティ

定義

基準の場(列)およびドメインへの写像を指定します。 スカラードメインには1つの写像しか存在せず、複合ドメインの基準は複数写像です。

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

プロパティ値

基準の場(列)とドメインへの写像。

属性

適用対象