SimilarMatchingCriterion Class
A DQS similar match criterion.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::MatchingCriterion
Microsoft.MasterDataServices.Services.DataContracts::WeightedMatchingCriterion
Microsoft.MasterDataServices.Services.DataContracts::SimilarMatchingCriterion
Microsoft.MasterDataServices.Services.DataContracts::DateMatchingCriterion
Microsoft.MasterDataServices.Services.DataContracts::NumericByDifferenceMatchingCriterion
Microsoft.MasterDataServices.Services.DataContracts::NumericByPercentageMatchingCriterion
Microsoft.MasterDataServices.Services.DataContracts::NumericMatchingCriterion
Microsoft.MasterDataServices.Services.DataContracts::StringMatchingCriterion
| Name | Description | |
|---|---|---|
![]() | SimilarMatchingCriterion() | Initializes a new instance of the SimilarMatchingCriterion class. |
| Name | Description | |
|---|---|---|
![]() | DomainWeight | Gets or sets the weight of the criterion. (Inherited from WeightedMatchingCriterion.) |
![]() | Mappings | Gets or sets the mappings for the criterion to fields (columns) and domains. There is only one mapping for scalar domain or multiple mapping is the criterion is for composite domain. (Inherited from MatchingCriterion.) |
| 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 SimilarMatchingCriterion specifies a DQS similar match criterion.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


