Condividi tramite


Classe MatchingRule

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies a single rule in a matching policy.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.MatchingRule

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "MatchingRule", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MatchingRule _
    Implements IExtensibleDataObject
'Utilizzo
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

Nel tipo MatchingRule sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico MatchingRule Infrastruttura. Initializes a new instance of the MatchingRule class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Description Infrastruttura. Gets or sets the description of the rule.
Proprietà pubblica ExtensionData Infrastruttura. Gets or sets an object containing extra data.
Proprietà pubblica MatchingCriteria Infrastruttura. Gets or sets the criteria for matching.
Proprietà pubblica Name Infrastruttura. Gets or sets the name of the rule.
Proprietà pubblica Threshold Infrastruttura. Gets or sets the threshold of the rule.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.MasterDataServices