WeightedMatchingCriterion Class
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the criteria for the weighted matching.
System.Object
Microsoft.MasterDataServices.MatchingCriterion
Microsoft.MasterDataServices.WeightedMatchingCriterion
Microsoft.MasterDataServices.ExactMatchingCriterion
Microsoft.MasterDataServices.SimilarMatchingCriterion
Microsoft.MasterDataServices.MatchingCriterion
Microsoft.MasterDataServices.WeightedMatchingCriterion
Microsoft.MasterDataServices.ExactMatchingCriterion
Microsoft.MasterDataServices.SimilarMatchingCriterion
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
[KnownTypeAttribute(typeof(SimilarMatchingCriterion))] [KnownTypeAttribute(typeof(DateMatchingCriterion))] [DataContractAttribute(Name = "WeightedMatchingCriterion", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] [KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))] [KnownTypeAttribute(typeof(StringMatchingCriterion))] [KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))] [KnownTypeAttribute(typeof(NumericMatchingCriterion))] [KnownTypeAttribute(typeof(ExactMatchingCriterion))] public class WeightedMatchingCriterion : MatchingCriterion
The WeightedMatchingCriterion type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WeightedMatchingCriterion | Infrastructure. Initializes a new instance of the WeightedMatchingCriterion class. |
| Name | Description | |
|---|---|---|
![]() | DomainWeight | Infrastructure. Gets or sets the domain weight. |
![]() | ExtensionData | Infrastructure. Get or sets the extension data for the criterion. (Inherited from MatchingCriterion.) |
![]() | Mappings | Infrastructure. Gets or sets the list of the mappings. (Inherited from MatchingCriterion.) |

