ServiceClient.ExportViewCreate(International, ExportView) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建新的导出(订阅)视图。
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 对象。