Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the matching policy to run on input data if a deduplication operation is required.
Espace de noms : Microsoft.MasterDataServices.Services.MessageContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<MessageBodyMemberAttribute> _
Public Property MatchingPolicy As MatchingPolicy
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.MasterDataServices.Services.DataContracts.MatchingPolicy
The matching policy to run on input data if a deduplication operation is required.
Voir aussi
Référence
DataQualityMatchingOperationCreateRequest Classe
Espace de noms Microsoft.MasterDataServices.Services.MessageContracts