Clase MatchingRule
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Specifies a single rule in a matching policy.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.Services.DataContracts.MatchingRule
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "MatchingRule", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class MatchingRule
'Uso
Dim instance As MatchingRule
[DataContractAttribute(Name = "MatchingRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class MatchingRule
[DataContractAttribute(Name = L"MatchingRule", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class MatchingRule
[<DataContractAttribute(Name = "MatchingRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MatchingRule = class end
public class MatchingRule
El tipo MatchingRule expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
MatchingRule | Infraestructura. Initializes a new instance of the MatchingRule class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Description | Infraestructura. Gets or sets the description of the rule. | |
MatchingCriteria | Infraestructura. Gets or sets the criteria for matching. | |
Name | Infraestructura. Gets or sets the name of the rule. | |
Threshold | Infraestructura. Gets or sets the threshold of the rule. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts