次の方法で共有


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)

プロパティ値

フィールド (列) およびドメインに対する条件のマッピング。

属性

適用対象