MatchingRule 类

定义

指定匹配策略中的单个规则。

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
继承
MatchingRule
属性
实现

构造函数

MatchingRule()

初始化 MatchingRule 类的新实例。

属性

Description

获取或设置规则的说明。

ExtensionData

获取或设置包含额外数据的对象。

MatchingCriteria

获取或设置匹配条件。

Name

获取或设置规则的名称。

Threshold

获取或设置规则的阈值。

适用于