WeightedMatchingCriterion Class

Definition

A DQS weighted matching criterion

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

Remarks

The WeightedMatchingCriterion specifies a DQS weighted matching criterion.

Constructors

WeightedMatchingCriterion()

Initializes a new instance of the WeightedMatchingCriterion class.

Properties

DomainWeight

Specifies the weight of the criterion

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