DataQualityMatchingOperationCreateRequest.MatchingPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The matching policies to run on the input data if a deduplication operation is requested
public:
property Microsoft::MasterDataServices::Services::DataContracts::MatchingPolicy ^ MatchingPolicy { Microsoft::MasterDataServices::Services::DataContracts::MatchingPolicy ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::MatchingPolicy ^ value); };
[System.ServiceModel.MessageBodyMember]
public Microsoft.MasterDataServices.Services.DataContracts.MatchingPolicy MatchingPolicy { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.MatchingPolicy : Microsoft.MasterDataServices.Services.DataContracts.MatchingPolicy with get, set
Public Property MatchingPolicy As MatchingPolicy
Property Value
The matching policies to run on the input data if a deduplication operation is requested.
- Attributes