ServiceClient.IService.DataQualityMatchingOperationCreate Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma solicitação de operação de correspondência de DQS.
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
Parâmetros
A operação de solicitação.
Retornos
A DataQualityOperationCreateResponse para a operação.
Implementações
- Atributos