NumericByDifferenceMatchingCriterion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A DQS number that is similar by exact difference match criterion.
public ref class NumericByDifferenceMatchingCriterion : Microsoft::MasterDataServices::Services::DataContracts::SimilarMatchingCriterion
[System.Runtime.Serialization.DataContract(Name="NumericByDifferenceMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class NumericByDifferenceMatchingCriterion : Microsoft.MasterDataServices.Services.DataContracts.SimilarMatchingCriterion
[<System.Runtime.Serialization.DataContract(Name="NumericByDifferenceMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type NumericByDifferenceMatchingCriterion = class
inherit SimilarMatchingCriterion
Public Class NumericByDifferenceMatchingCriterion
Inherits SimilarMatchingCriterion
- Inheritance
-
NumericByDifferenceMatchingCriterion
- Attributes
Remarks
The NumericByDifferenceMatchingCriterion specifies a DQS number that is similar by exact difference match criterion.
Constructors
NumericByDifferenceMatchingCriterion() |
Initializes a new instance of the NumericByDifferenceMatchingCriterion class. |
Properties
Difference |
Specifies the difference under which numbers are considered similar (inclusive). |
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) |