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