ExactMatchingCriterion クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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) |