Класс MatchingRule

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

Specifies a single rule in a matching policy.

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

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.MatchingRule

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство Description Инфраструктура. Gets or sets the description of the rule.
Открытое свойство MatchingCriteria Инфраструктура. Gets or sets the criteria for matching.
Открытое свойство Name Инфраструктура. Gets or sets the name of the rule.
Открытое свойство Threshold Инфраструктура. Gets or sets the threshold of the rule.

В начало

Методы

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

В начало

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

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

См. также

Справочник

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