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


Класс StringMatchingCriterion

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

Represents the criteria for the string matching.

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

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

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство 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