次の方法で共有


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

定義

新しいエクスポート (サブスクリプション) ビューを作成します。

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

パラメーター

International
International

カルチャ設定。

ExportView
ExportView

新しいエクスポート (サブスクリプション) ビューの作成に使用するエクスポート ビュー。

戻り値

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

適用対象