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 mappings.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

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

Property Value

Type: System.Collections.ObjectModel.Collection<DataSourceFieldMapping>

The list of the mappings.

See Also

MatchingCriterion Class
Microsoft.MasterDataServices Namespace

Return to top