Classe MatchingRule
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Specifies a single rule in a matching policy.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.MatchingRule
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "MatchingRule", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MatchingRule _
Implements IExtensibleDataObject
'Uso
Dim instance As MatchingRule
[DataContractAttribute(Name = "MatchingRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MatchingRule : IExtensibleDataObject
[DataContractAttribute(Name = L"MatchingRule", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MatchingRule : IExtensibleDataObject
[<DataContractAttribute(Name = "MatchingRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MatchingRule =
class
interface IExtensibleDataObject
end
public class MatchingRule implements IExtensibleDataObject
O tipo MatchingRule expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
MatchingRule | Infraestrutura. Initializes a new instance of the MatchingRule class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Description | Infraestrutura. Gets or sets the description of the rule. | |
ExtensionData | Infraestrutura. Gets or sets an object containing extra data. | |
MatchingCriteria | Infraestrutura. Gets or sets the criteria for matching. | |
Name | Infraestrutura. Gets or sets the name of the rule. | |
Threshold | Infraestrutura. Gets or sets the threshold of the rule. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.