ServiceClient.DataQualityOperationResultsGet 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.
Retrieves the results of a completed DQS operation.
public:
Microsoft::MasterDataServices::TabularData ^ DataQualityOperationResultsGet(Microsoft::MasterDataServices::International ^ International, int MaximumResults, Guid OperationId, int StartRow, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public Microsoft.MasterDataServices.TabularData DataQualityOperationResultsGet (Microsoft.MasterDataServices.International International, int MaximumResults, Guid OperationId, int StartRow, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.DataQualityOperationResultsGet : Microsoft.MasterDataServices.International * int * Guid * int * OperationResult -> Microsoft.MasterDataServices.TabularData
Public Function DataQualityOperationResultsGet (International As International, MaximumResults As Integer, OperationId As Guid, StartRow As Integer, ByRef OperationResult As OperationResult) As TabularData
Parameters
- International
- International
The cultural settings.
- MaximumResults
- Int32
The maximum results of the DQS operation.
- OperationId
- Guid
The operation identifier.
- StartRow
- Int32
The first row in the result.
- OperationResult
- OperationResult
When this method returns, contains the operation result. This parameter is passed uninitialized.
Returns
A TabularData object that represents the results of a completed DQS operation.