MatchingCriterion.Mappings 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定条件到字段 (列) 和域的映射。 仅有一个针对标量域的映射,或多个映射是复合域的条件。
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)
属性值
条件到字段(列)和域的映射。
- 属性