MatchingRule Class

Definition

Specifies a single rule in a matching policy.

public ref class MatchingRule : System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="MatchingRule", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MatchingRule : System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="MatchingRule", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MatchingRule = class
    interface IExtensibleDataObject
Public Class MatchingRule
Implements IExtensibleDataObject
Inheritance
MatchingRule
Attributes
Implements

Constructors

MatchingRule()

Initializes a new instance of the MatchingRule class.

Properties

Description

Gets or sets the description of the rule.

ExtensionData

Gets or sets an object containing extra data.

MatchingCriteria

Gets or sets the criteria for matching.

Name

Gets or sets the name of the rule.

Threshold

Gets or sets the threshold of the rule.

Applies to