Condividi tramite


Classe WeightedMatchingCriterion

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

Represents the criteria for weighted matching.

Gerarchia di ereditarietà

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.MatchingCriterion
    Microsoft.MasterDataServices.Services.DataContracts.WeightedMatchingCriterion
      Microsoft.MasterDataServices.Services.DataContracts.ExactMatchingCriterion
      Microsoft.MasterDataServices.Services.DataContracts.SimilarMatchingCriterion

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

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "WeightedMatchingCriterion", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class WeightedMatchingCriterion _
    Inherits MatchingCriterion
'Utilizzo
Dim instance As WeightedMatchingCriterion
[DataContractAttribute(Name = "WeightedMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class WeightedMatchingCriterion : MatchingCriterion
[DataContractAttribute(Name = L"WeightedMatchingCriterion", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class WeightedMatchingCriterion : public MatchingCriterion
[<DataContractAttribute(Name = "WeightedMatchingCriterion", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type WeightedMatchingCriterion =  
    class 
        inherit MatchingCriterion 
    end
public class WeightedMatchingCriterion extends MatchingCriterion

Nel tipo WeightedMatchingCriterion sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DomainWeight Infrastruttura. Gets or sets the domain weight.
Proprietà pubblica Mappings Infrastruttura. Gets or sets the list of the field mappings. Ereditato da MatchingCriterion.

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.Services.DataContracts