Classe StringMatchingCriterion
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents the criteria for the string matching.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.MatchingCriterion
Microsoft.MasterDataServices.WeightedMatchingCriterion
Microsoft.MasterDataServices.SimilarMatchingCriterion
Microsoft.MasterDataServices.StringMatchingCriterion
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Name := "StringMatchingCriterion", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class StringMatchingCriterion _
Inherits SimilarMatchingCriterion
'Utilisation
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
Le type StringMatchingCriterion expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
StringMatchingCriterion | Infrastructure. Initializes a new instance of the StringMatchingCriterion class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
DomainWeight | Infrastructure. Gets or sets the domain weight. (hérité de WeightedMatchingCriterion.) | |
ExtensionData | Infrastructure. Get or sets the extension data for the criterion. (hérité de MatchingCriterion.) | |
Mappings | Infrastructure. Gets or sets the list of the mappings. (hérité de MatchingCriterion.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.