DataQualityOperationResultsGetResponse 类

定义

包含已完成的 DQS 操作的结果。

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
继承
DataQualityOperationResultsGetResponse
属性

构造函数

DataQualityOperationResultsGetResponse()

初始化 DataQualityOperationResultsGetResponse 类的新实例。

DataQualityOperationResultsGetResponse(TabularData, OperationResult)

使用指定的属性初始化 DataQualityOperationResultsGetResponse 类的新实例。

字段

Data

指定与已完成的操作关联的结果数据。

OperationResult

指定操作的结果。

适用于