次の方法で共有


DataQualityMatchingOperationCreateRequest.MatchingPolicy プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

重複除去操作が要求されている場合に入力データに対して実行するポリシーの照合を取得または設定します。

名前空間:  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
重複除去操作が必要な場合に入力データに対して実行するポリシーの照合です。

関連項目

参照

DataQualityMatchingOperationCreateRequest クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間