MatchingCriterion.Mappings Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the list of the field mappings.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public ICollection<DataSourceFieldMapping> Mappings { get; set; }
public:
[DataMemberAttribute]
property ICollection<DataSourceFieldMapping^>^ Mappings {
    ICollection<DataSourceFieldMapping^>^ get();
    void set(ICollection<DataSourceFieldMapping^>^ value);
}
[<DataMemberAttribute>]
member Mappings : ICollection<DataSourceFieldMapping> with get, set
<DataMemberAttribute>
Public Property Mappings As ICollection(Of DataSourceFieldMapping)

Property Value

Type: System.Collections.Generic.ICollection<DataSourceFieldMapping>

The list of the field mappings.

See Also

MatchingCriterion Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top