Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.