DataQualityMatchingOperationCreateRequest.MatchingPolicy 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  Microsoft.MasterDataServices.Services.MessageContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<MessageBodyMemberAttribute> _
Public Property MatchingPolicy As MatchingPolicy 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

DataQualityMatchingOperationCreateRequest 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间