言語

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

基準の場(列)およびドメインへの写像を指定します。 スカラードメインには1つの写像しか存在せず、複合ドメインの基準は複数写像です。

(継承元 MatchingCriterion)
MonthsDifference

月の違いを明記しています。

YearsDifference

年の違いを指定しています。

適用対象