WeightedMatchingCriterion クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DQS の加重一致条件
public ref class WeightedMatchingCriterion : Microsoft::MasterDataServices::Services::DataContracts::MatchingCriterion
[System.Runtime.Serialization.DataContract(Name="WeightedMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class WeightedMatchingCriterion : Microsoft.MasterDataServices.Services.DataContracts.MatchingCriterion
[<System.Runtime.Serialization.DataContract(Name="WeightedMatchingCriterion", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type WeightedMatchingCriterion = class
inherit MatchingCriterion
Public Class WeightedMatchingCriterion
Inherits MatchingCriterion
- 継承
- 派生
- 属性
注釈
DQS WeightedMatchingCriterion 加重一致条件を指定します。
コンストラクター
WeightedMatchingCriterion() |
WeightedMatchingCriterion クラスの新しいインスタンスを初期化します。 |
プロパティ
DomainWeight |
条件の重みを指定します |
Mappings |
条件のフィールド (列) とドメインへのマッピングを指定します。 スカラー ドメインのマッピングは 1 つだけであり、複合ドメインの場合は複数の条件マッピングがあります。 (継承元 MatchingCriterion) |