ServiceClient.DataQualityOperationResultsGet Method (International, Int32, Guid, Int32, OperationResult)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Retrieves the results of a completed DQS operation.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

public TabularData DataQualityOperationResultsGet(
    International International,
    int MaximumResults,
    Guid OperationId,
    int StartRow,
    out OperationResult OperationResult
)
public:
TabularData^ DataQualityOperationResultsGet(
    International^ International,
    int MaximumResults,
    Guid OperationId,
    int StartRow,
    [OutAttribute] OperationResult^% OperationResult
)
member DataQualityOperationResultsGet : 
        International:International *
        MaximumResults:int *
        OperationId:Guid *
        StartRow:int *
        OperationResult:OperationResult byref -> TabularData
Public Function DataQualityOperationResultsGet (
    International As International,
    MaximumResults As Integer,
    OperationId As Guid,
    StartRow As Integer,
    <OutAttribute> ByRef OperationResult As OperationResult
) As TabularData

Parameters

  • MaximumResults
    Type: System.Int32

    The maximum results of the DQS operation.

  • OperationId
    Type: System.Guid

    The operation identifier.

Return Value

Type: Microsoft.MasterDataServices.TabularData

A TabularData object that represents the results of a completed DQS operation.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top