Compartilhar via


Propriedade do RDL DataQualityMatchingOperationCreateRequest.MatchingPolicy

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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 (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Consulte também

Referência

DataQualityMatchingOperationCreateRequest Classe

Namespace Microsoft.MasterDataServices.Services.MessageContracts