DateMatchingCriterion 类

定义

表示日期匹配的条件。

public ref class DateMatchingCriterion : Microsoft::MasterDataServices::SimilarMatchingCriterion
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="DateMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DateMatchingCriterion : Microsoft.MasterDataServices.SimilarMatchingCriterion
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<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()

初始化 DateMatchingCriterion 类的新实例。

属性

DaysDifference

获取或设置差异(天)。

DomainWeight

获取或设置域权重。

(继承自 WeightedMatchingCriterion)
ExtensionData

获取或设置条件的扩展数据。

(继承自 MatchingCriterion)
Mappings

获取或设置映射的列表。

(继承自 MatchingCriterion)
MonthsDifference

获取或设置差异(月)。

YearsDifference

获取或设置差异(年)。

适用于