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

操作の結果を指定します。

適用対象