ExactMatchingCriterion クラス

定義

DQSの完全一致基準。

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

注釈

ExactMatchingCriterionはDQSの正確な一致基準を規定しています。

コンストラクター

名前 説明
ExactMatchingCriterion()

ExactMatchingCriterion クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
DomainWeight

基準の重みを指定します

(継承元 WeightedMatchingCriterion)
Mappings

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

(継承元 MatchingCriterion)

適用対象