DataQualityOperationResultsGetResponse Class

Definition

Contains the results of a completed DQS operation.

public ref class DataQualityOperationResultsGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="DataQualityOperationResultsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DataQualityOperationResultsGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="DataQualityOperationResultsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DataQualityOperationResultsGetResponse = class
Public Class DataQualityOperationResultsGetResponse
Inheritance
DataQualityOperationResultsGetResponse
Attributes

Constructors

DataQualityOperationResultsGetResponse()

Initializes a new instance of the DataQualityOperationResultsGetResponse class.

DataQualityOperationResultsGetResponse(TabularData, OperationResult)

Initializes a new instance of the DataQualityOperationResultsGetResponse class with the specified properties.

Fields

Data

Specifies the result data associated with the completed operation.

OperationResult

Specifies the result of an operation.

Applies to