共用方式為


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 命名空間