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