Compartir a través de


DataQualityMatchingOperationCreateRequest.MatchingPolicy Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the matching policy to run on input data if a deduplication operation is required.

Espacio de nombres:  Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<MessageBodyMemberAttribute> _
Public Property MatchingPolicy As MatchingPolicy 
    Get 
    Set
'Uso
Dim instance As DataQualityMatchingOperationCreateRequest 
Dim value As MatchingPolicy 

value = instance.MatchingPolicy

instance.MatchingPolicy = value
[MessageBodyMemberAttribute]
public MatchingPolicy MatchingPolicy { get; set; }
[MessageBodyMemberAttribute]
public:
property MatchingPolicy^ MatchingPolicy {
    MatchingPolicy^ get ();
    void set (MatchingPolicy^ value);
}
[<MessageBodyMemberAttribute>]
member MatchingPolicy : MatchingPolicy with get, set
function get MatchingPolicy () : MatchingPolicy 
function set MatchingPolicy (value : MatchingPolicy)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.MatchingPolicy
The matching policy to run on input data if a deduplication operation is required.

Vea también

Referencia

DataQualityMatchingOperationCreateRequest Clase

Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts