次の方法で共有


ServiceClient.ExportViewUpdate(International, ExportView) メソッド

定義

既存のエクスポート ビューを更新します。

public:
 Microsoft::MasterDataServices::OperationResult ^ ExportViewUpdate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::ExportView ^ ExportView);
public Microsoft.MasterDataServices.OperationResult ExportViewUpdate (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.ExportView ExportView);
member this.ExportViewUpdate : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.ExportView -> Microsoft.MasterDataServices.OperationResult
Public Function ExportViewUpdate (International As International, ExportView As ExportView) As OperationResult

パラメーター

International
International

カルチャ設定。

ExportView
ExportView

更新するエクスポート ビュー。

戻り値

操作の結果を表す OperationResult オブジェクトです。

適用対象