DataQualityMatchingOperationCreateRequest.MatchingPolicy Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public MatchingPolicy MatchingPolicy { get; set; }
public:
[MessageBodyMemberAttribute]
property MatchingPolicy^ MatchingPolicy {
    MatchingPolicy^ get();
    void set(MatchingPolicy^ value);
}
[<MessageBodyMemberAttribute>]
member MatchingPolicy : MatchingPolicy with get, set
<MessageBodyMemberAttribute>
Public Property MatchingPolicy As MatchingPolicy

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.MatchingPolicy

The matching policy to run on input data if a deduplication operation is required.

See Also

DataQualityMatchingOperationCreateRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top