MatchingRule.MatchingCriteria 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 criteria for matching.

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

Syntax

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

Property Value

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

The criteria for matching.

See Also

MatchingRule Class
Microsoft.MasterDataServices Namespace

Return to top