DateMatchingCriterion 类

定义

DQS 日期匹配条件。

public ref class DateMatchingCriterion : Microsoft::MasterDataServices::Services::DataContracts::SimilarMatchingCriterion
[System.Runtime.Serialization.DataContract(Name="DateMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DateMatchingCriterion : Microsoft.MasterDataServices.Services.DataContracts.SimilarMatchingCriterion
[<System.Runtime.Serialization.DataContract(Name="DateMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DateMatchingCriterion = class
    inherit SimilarMatchingCriterion
Public Class DateMatchingCriterion
Inherits SimilarMatchingCriterion
继承
属性

注解

指定 DateMatchingCriterion DQS 日期匹配条件。

构造函数

DateMatchingCriterion()

初始化 DateMatchingCriterion 类的新实例。

属性

DaysDifference

指定天数之间的差异。

DomainWeight

指定条件的权重

(继承自 WeightedMatchingCriterion)
Mappings

指定条件到字段 (列) 和域的映射。 仅有一个针对标量域的映射,或多个映射是复合域的条件。

(继承自 MatchingCriterion)
MonthsDifference

指定月份之间的差异。

YearsDifference

指定年份之间的差异。

适用于