ServiceClient.IService.DataQualityOperationResultsGet メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
完了した DQS 操作の結果を取得します。
virtual Microsoft::MasterDataServices::DataQualityOperationResultsGetResponse ^ Microsoft.MasterDataServices.IService.DataQualityOperationResultsGet(Microsoft::MasterDataServices::DataQualityOperationResultsGetRequest ^ request) = Microsoft::MasterDataServices::IService::DataQualityOperationResultsGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.DataQualityOperationResultsGetResponse IService.DataQualityOperationResultsGet (Microsoft.MasterDataServices.DataQualityOperationResultsGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.DataQualityOperationResultsGet : Microsoft.MasterDataServices.DataQualityOperationResultsGetRequest -> Microsoft.MasterDataServices.DataQualityOperationResultsGetResponse
override this.Microsoft.MasterDataServices.IService.DataQualityOperationResultsGet : Microsoft.MasterDataServices.DataQualityOperationResultsGetRequest -> Microsoft.MasterDataServices.DataQualityOperationResultsGetResponse
Function DataQualityOperationResultsGet (request As DataQualityOperationResultsGetRequest) As DataQualityOperationResultsGetResponse Implements IService.DataQualityOperationResultsGet
パラメーター
取得要求。
戻り値
完了した DQS 操作の結果を含む DataQualityOperationResultsGetResponse オブジェクトです。
実装
- 属性