MatchingPolicy Class
A DQS deduplication matching policy.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
[KnownTypeAttribute((StringMatchingCriterion^::typeid))] [DataContractAttribute(Name = "MatchingPolicy", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] [KnownTypeAttribute((ExactMatchingCriterion^::typeid))] [KnownTypeAttribute((NumericByDifferenceMatchingCriterion^::typeid))] [KnownTypeAttribute((NumericByPercentageMatchingCriterion^::typeid))] [KnownTypeAttribute((SimilarMatchingCriterion^::typeid))] [KnownTypeAttribute((PrerequisiteMatchingCriterion^::typeid))] [KnownTypeAttribute((NumericMatchingCriterion^::typeid))] [KnownTypeAttribute((WeightedMatchingCriterion^::typeid))] [KnownTypeAttribute((DateMatchingCriterion^::typeid))] public ref class MatchingPolicy
| Name | Description | |
|---|---|---|
![]() | MatchingPolicy() | Initializes a new instance of the MatchingPolicy class. |
| Name | Description | |
|---|---|---|
![]() | Rules | Gets or sets the matching rules of the policy. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The MatchingPolicy specifies a DQS deduplication matching policy.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


