次の方法で共有


DateMatchingCriterion クラス

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

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

継承階層

System.Object
  Microsoft.MasterDataServices.MatchingCriterion
    Microsoft.MasterDataServices.WeightedMatchingCriterion
      Microsoft.MasterDataServices.SimilarMatchingCriterion
        Microsoft.MasterDataServices.DateMatchingCriterion

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

構文

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

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

コンストラクター

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

先頭に戻る

プロパティ

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

先頭に戻る

メソッド

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

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.MasterDataServices 名前空間