이 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 네임스페이스