ServiceClient.ExportViewDelete(International, Identifier) 方法

定义

删除具有指定标识符的现有导出视图。

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

参数

International
International

区域性设置。

Identifier
Identifier

要删除的导出视图的标识符。

返回

一个表示操作结果的 OperationResult 对象。

适用于