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 | |
---|---|---|
![]() |
MatchingRule | Infrastruttura. Initializes a new instance of the MatchingRule class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Description | Infrastruttura. Gets or sets the description of the rule. |
![]() |
ExtensionData | Infrastruttura. Gets or sets an object containing extra data. |
![]() |
MatchingCriteria | Infrastruttura. Gets or sets the criteria for matching. |
![]() |
Name | Infrastruttura. Gets or sets the name of the rule. |
![]() |
Threshold | Infrastruttura. Gets or sets the threshold of the rule. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.