ServiceClient.IService.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 request for DQS matching.
virtual Microsoft::MasterDataServices::DataQualityOperationCreateResponse ^ Microsoft.MasterDataServices.IService.DataQualityMatchingOperationCreate(Microsoft::MasterDataServices::DataQualityMatchingOperationCreateRequest ^ request) = Microsoft::MasterDataServices::IService::DataQualityMatchingOperationCreate;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.DataQualityOperationCreateResponse IService.DataQualityMatchingOperationCreate (Microsoft.MasterDataServices.DataQualityMatchingOperationCreateRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.DataQualityMatchingOperationCreate : Microsoft.MasterDataServices.DataQualityMatchingOperationCreateRequest -> Microsoft.MasterDataServices.DataQualityOperationCreateResponse
override this.Microsoft.MasterDataServices.IService.DataQualityMatchingOperationCreate : Microsoft.MasterDataServices.DataQualityMatchingOperationCreateRequest -> Microsoft.MasterDataServices.DataQualityOperationCreateResponse
Function DataQualityMatchingOperationCreate (request As DataQualityMatchingOperationCreateRequest) As DataQualityOperationCreateResponse Implements IService.DataQualityMatchingOperationCreate
Parameters
The request operation.
Returns
The DataQualityOperationCreateResponse for the operation.
Implements
- Attributes