ExactMatchingCriterion Class

Definition

A DQS exact match criterion.

public ref class ExactMatchingCriterion : Microsoft::MasterDataServices::Services::DataContracts::WeightedMatchingCriterion
[System.Runtime.Serialization.DataContract(Name="ExactMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ExactMatchingCriterion : Microsoft.MasterDataServices.Services.DataContracts.WeightedMatchingCriterion
[<System.Runtime.Serialization.DataContract(Name="ExactMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ExactMatchingCriterion = class
    inherit WeightedMatchingCriterion
Public Class ExactMatchingCriterion
Inherits WeightedMatchingCriterion
Inheritance
Attributes

Remarks

The ExactMatchingCriterion specifies a DQS exact match criterion.

Constructors

ExactMatchingCriterion()

Initializes a new instance of the ExactMatchingCriterion class.

Properties

DomainWeight

Specifies the weight of the criterion

(Inherited from WeightedMatchingCriterion)
Mappings

Specifies 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)

Applies to