MatchingRule Class

Definition

A matching rule in DQS.

public ref class MatchingRule
[System.Runtime.Serialization.DataContract(Name="MatchingRule", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MatchingRule
[<System.Runtime.Serialization.DataContract(Name="MatchingRule", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MatchingRule = class
Public Class MatchingRule
Inheritance
MatchingRule
Attributes

Remarks

The MatchingRule specifies a matching rule in DQS.

Constructors

MatchingRule()

Initializes a new instance of the MatchingRule class.

Properties

Description

Specifies the rule's description

MatchingCriteria

Specifies the criteria

Name

Specifies the rule's name

Threshold

Specifies the rule's threshold (the minimum matching score)

Applies to