ServiceClient.DataQualityOperationResultsGet メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
完了した DQS 操作の結果を取得します。
public:
Microsoft::MasterDataServices::TabularData ^ DataQualityOperationResultsGet(Microsoft::MasterDataServices::International ^ International, int MaximumResults, Guid OperationId, int StartRow, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public Microsoft.MasterDataServices.TabularData DataQualityOperationResultsGet (Microsoft.MasterDataServices.International International, int MaximumResults, Guid OperationId, int StartRow, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.DataQualityOperationResultsGet : Microsoft.MasterDataServices.International * int * Guid * int * OperationResult -> Microsoft.MasterDataServices.TabularData
Public Function DataQualityOperationResultsGet (International As International, MaximumResults As Integer, OperationId As Guid, StartRow As Integer, ByRef OperationResult As OperationResult) As TabularData
パラメーター
- International
- International
カルチャ設定。
- MaximumResults
- Int32
DQS 操作の最大結果。
- OperationId
- Guid
操作の識別子です。
- StartRow
- Int32
結果の最初の行です。
- OperationResult
- OperationResult
このメソッドが戻るとき、操作結果が含まれています。 このパラメーターは初期化せずに渡されます。
戻り値
完了した DQS 操作の結果を表す TabularData オブジェクトです。