次の方法で共有


ServiceClient.IService.ExportViewCreate(ExportViewCreateRequest) メソッド

定義

目的のサブスクリプション ビューを生成または再生成します。

 virtual Microsoft::MasterDataServices::ExportViewCreateResponse ^ Microsoft.MasterDataServices.IService.ExportViewCreate(Microsoft::MasterDataServices::ExportViewCreateRequest ^ request) = Microsoft::MasterDataServices::IService::ExportViewCreate;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.ExportViewCreateResponse IService.ExportViewCreate (Microsoft.MasterDataServices.ExportViewCreateRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.ExportViewCreate : Microsoft.MasterDataServices.ExportViewCreateRequest -> Microsoft.MasterDataServices.ExportViewCreateResponse
override this.Microsoft.MasterDataServices.IService.ExportViewCreate : Microsoft.MasterDataServices.ExportViewCreateRequest -> Microsoft.MasterDataServices.ExportViewCreateResponse
Function ExportViewCreate (request As ExportViewCreateRequest) As ExportViewCreateResponse Implements IService.ExportViewCreate

パラメーター

request
ExportViewCreateRequest

作成要求。

戻り値

操作の ExportViewCreateResponse

実装

属性

適用対象