NumericByPercentageMatchingCriterion Class

Definition

A DQS number that is similar by percentage difference match criterion.

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

Remarks

The NumericByPercentageMatchingCriterion specifies a DQS number that is similar by percentage difference match criterion.

Constructors

NumericByPercentageMatchingCriterion()

Initializes a new instance of the NumericByPercentageMatchingCriterion 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)
Percentage

Specifies the Percentage under which numbers are considered similar (inclusive).

Applies to