Поделиться через


Класс NumericByDifferenceMatchingCriterion

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

Represents the criteria for the numeric by difference matching.

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

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

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "NumericByDifferenceMatchingCriterion", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class NumericByDifferenceMatchingCriterion _
    Inherits SimilarMatchingCriterion
'Применение
Dim instance As NumericByDifferenceMatchingCriterion
[DataContractAttribute(Name = "NumericByDifferenceMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class NumericByDifferenceMatchingCriterion : SimilarMatchingCriterion
[DataContractAttribute(Name = L"NumericByDifferenceMatchingCriterion", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class NumericByDifferenceMatchingCriterion : public SimilarMatchingCriterion
[<DataContractAttribute(Name = "NumericByDifferenceMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type NumericByDifferenceMatchingCriterion =  
    class
        inherit SimilarMatchingCriterion
    end
public class NumericByDifferenceMatchingCriterion extends SimilarMatchingCriterion

Тип NumericByDifferenceMatchingCriterion обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод NumericByDifferenceMatchingCriterion Инфраструктура. Initializes a new instance of the NumericByDifferenceMatchingCriterion class.

В начало

Свойства

  Имя Описание
Открытое свойство Difference Инфраструктура. Gets or sets the difference.
Открытое свойство 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.)

В начало

Методы

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

В начало

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

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

См. также

Справочник

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