IService.DataQualityOperationStart Method
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Starts a DQS operation.
Namespace: Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
DataQualityOperationStartResponse DataQualityOperationStart(
DataQualityOperationStartRequest request
)
Parameters
- request
- Type: Microsoft.MasterDataServices.Services.MessageContracts.DataQualityOperationStartRequest
The start request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.DataQualityOperationStartResponseThe response to the start operation.