Класс DateMatchingCriterion

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents the criteria for the date matching.

Иерархия наследования

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 Инфраструктура. Initializes a new instance of the DateMatchingCriterion class.

В начало

Свойства

  Имя Описание
Открытое свойство DaysDifference Инфраструктура. Gets or sets the difference in days.
Открытое свойство DomainWeight Инфраструктура. Gets or sets the domain weight. (Производный от WeightedMatchingCriterion.)
Открытое свойство ExtensionData Инфраструктура. Get or sets the extension data for the criterion. (Производный от MatchingCriterion.)
Открытое свойство Mappings Инфраструктура. Gets or sets the list of the mappings. (Производный от MatchingCriterion.)
Открытое свойство MonthsDifference Инфраструктура. Gets or sets the difference in months.
Открытое свойство YearsDifference Инфраструктура. Gets or sets the difference in years.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices