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

適用対象