ExactMatchingCriterion クラス
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
完全照合に使用される条件を表します。
System.Object
Microsoft.MasterDataServices.MatchingCriterion
Microsoft.MasterDataServices.WeightedMatchingCriterion
Microsoft.MasterDataServices.ExactMatchingCriterion
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
'宣言
<DataContractAttribute(Name := "ExactMatchingCriterion", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ExactMatchingCriterion _
Inherits WeightedMatchingCriterion
'使用
Dim instance As ExactMatchingCriterion
[DataContractAttribute(Name = "ExactMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ExactMatchingCriterion : WeightedMatchingCriterion
[DataContractAttribute(Name = L"ExactMatchingCriterion", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ExactMatchingCriterion : public WeightedMatchingCriterion
[<DataContractAttribute(Name = "ExactMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ExactMatchingCriterion =
class
inherit WeightedMatchingCriterion
end
public class ExactMatchingCriterion extends WeightedMatchingCriterion
ExactMatchingCriterion 型は、以下のメンバーを公開しています。
名前 | 説明 | |
---|---|---|
![]() |
ExactMatchingCriterion | インフラストラクチャです。 ExactMatchingCriterion クラスの新しいインスタンスを初期化します。 |
先頭に戻る
名前 | 説明 | |
---|---|---|
![]() |
DomainWeight | インフラストラクチャです。ドメインの重みを取得または設定します。 (WeightedMatchingCriterion から継承されています。) |
![]() |
ExtensionData | インフラストラクチャです。条件の拡張データを取得または設定します。 (MatchingCriterion から継承されています。) |
![]() |
Mappings | インフラストラクチャです。マッピングの一覧を取得または設定します。 (MatchingCriterion から継承されています。) |
先頭に戻る
名前 | 説明 | |
---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。