NumericMatchingCriterion Class

Definition

A DQS numeric match criterion.

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

Remarks

The NumericMatchingCriterion specifies a DQS numeric match criterion.

Constructors

NumericMatchingCriterion()

Initializes a new instance of the NumericMatchingCriterion 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