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 对象。

适用于