Partilhar via


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
Método público MatchingRule Infraestrutura. Initializes a new instance of the MatchingRule class.

Início

Propriedades

  Nome Descrição
Propriedade pública Description Infraestrutura. Gets or sets the description of the rule.
Propriedade pública ExtensionData Infraestrutura. Gets or sets an object containing extra data.
Propriedade pública MatchingCriteria Infraestrutura. Gets or sets the criteria for matching.
Propriedade pública Name Infraestrutura. Gets or sets the name of the rule.
Propriedade pública Threshold Infraestrutura. Gets or sets the threshold of the rule.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público 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.

Consulte também

Referência

Namespace Microsoft.MasterDataServices