次の方法で共有


SimilarMatchingCriterion クラス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

類似照合に使用される条件を表します。

継承階層

System.Object
  Microsoft.MasterDataServices.MatchingCriterion
    Microsoft.MasterDataServices.WeightedMatchingCriterion
      Microsoft.MasterDataServices.SimilarMatchingCriterion
        Microsoft.MasterDataServices.DateMatchingCriterion
        Microsoft.MasterDataServices.NumericByDifferenceMatchingCriterion
        Microsoft.MasterDataServices.NumericByPercentageMatchingCriterion
        Microsoft.MasterDataServices.NumericMatchingCriterion
        Microsoft.MasterDataServices.StringMatchingCriterion

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<KnownTypeAttribute(GetType(NumericByDifferenceMatchingCriterion))> _
<DataContractAttribute(Name := "SimilarMatchingCriterion", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(DateMatchingCriterion))> _
<KnownTypeAttribute(GetType(NumericMatchingCriterion))> _
<KnownTypeAttribute(GetType(StringMatchingCriterion))> _
<KnownTypeAttribute(GetType(NumericByPercentageMatchingCriterion))> _
Public Class SimilarMatchingCriterion _
    Inherits WeightedMatchingCriterion
'使用
Dim instance As SimilarMatchingCriterion
[KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))]
[DataContractAttribute(Name = "SimilarMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(DateMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericMatchingCriterion))]
[KnownTypeAttribute(typeof(StringMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))]
public class SimilarMatchingCriterion : WeightedMatchingCriterion
[KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))]
[DataContractAttribute(Name = L"SimilarMatchingCriterion", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(DateMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericMatchingCriterion))]
[KnownTypeAttribute(typeof(StringMatchingCriterion))]
[KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))]
public ref class SimilarMatchingCriterion : public WeightedMatchingCriterion
[<KnownTypeAttribute(typeof(NumericByDifferenceMatchingCriterion))>]
[<DataContractAttribute(Name = "SimilarMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(DateMatchingCriterion))>]
[<KnownTypeAttribute(typeof(NumericMatchingCriterion))>]
[<KnownTypeAttribute(typeof(StringMatchingCriterion))>]
[<KnownTypeAttribute(typeof(NumericByPercentageMatchingCriterion))>]
type SimilarMatchingCriterion =  
    class
        inherit WeightedMatchingCriterion
    end
public class SimilarMatchingCriterion extends WeightedMatchingCriterion

SimilarMatchingCriterion 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド SimilarMatchingCriterion インフラストラクチャです。 SimilarMatchingCriterion クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ DomainWeight インフラストラクチャです。ドメインの重みを取得または設定します。 (WeightedMatchingCriterion から継承されています。)
パブリック プロパティ ExtensionData インフラストラクチャです。条件の拡張データを取得または設定します。 (MatchingCriterion から継承されています。)
パブリック プロパティ Mappings インフラストラクチャです。マッピングの一覧を取得または設定します。 (MatchingCriterion から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.MasterDataServices 名前空間