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 オブジェクト。

適用対象