ServiceClient.DataQualityMatchingOperationCreate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an operation for DQS matching.
public:
Guid DataQualityMatchingOperationCreate(Microsoft::MasterDataServices::International ^ International, long KnowledgebaseId, Microsoft::MasterDataServices::MatchingPolicy ^ MatchingPolicy, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public Guid DataQualityMatchingOperationCreate (Microsoft.MasterDataServices.International International, long KnowledgebaseId, Microsoft.MasterDataServices.MatchingPolicy MatchingPolicy, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.DataQualityMatchingOperationCreate : Microsoft.MasterDataServices.International * int64 * Microsoft.MasterDataServices.MatchingPolicy * OperationResult -> Guid
Public Function DataQualityMatchingOperationCreate (International As International, KnowledgebaseId As Long, MatchingPolicy As MatchingPolicy, ByRef OperationResult As OperationResult) As Guid
Parameters
- International
- International
The cultural settings.
- KnowledgebaseId
- Int64
The knowledgebase identifier.
- MatchingPolicy
- MatchingPolicy
A deduplication matching policy.
- OperationResult
- OperationResult
When this method returns, contains the operation result. This parameter is passed uninitialized.
Returns
An operation for DQS matching.