MatchingRule 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定匹配策略中的单个规则。
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 |
获取或设置规则的阈值。 |