ServiceClient.IService.ExportViewUpdate 方法

Updates an existing export view.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
Private Function ExportViewUpdate ( _
    request As ExportViewUpdateRequest _
) As ExportViewUpdateResponse Implements IService.ExportViewUpdate
用法
Dim instance As ServiceClient
Dim request As ExportViewUpdateRequest
Dim returnValue As ExportViewUpdateResponse

returnValue = CType(instance, IService).ExportViewUpdate(request)
ExportViewUpdateResponseIService.ExportViewUpdate(
    ExportViewUpdateRequest request
)
private:
virtual ExportViewUpdateResponse^ ExportViewUpdate(
    ExportViewUpdateRequest^ request
) sealed = IService::ExportViewUpdate
private abstract ExportViewUpdate : 
        request:ExportViewUpdateRequest -> ExportViewUpdateResponse 
private override ExportViewUpdate : 
        request:ExportViewUpdateRequest -> ExportViewUpdateResponse
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

返回值

类型:Microsoft.MasterDataServices.ExportViewUpdateResponse
The ExportViewUpdateResponse for the operation.

实现

IService.ExportViewUpdate(ExportViewUpdateRequest)

请参阅

参考

ServiceClient 类

Microsoft.MasterDataServices 命名空间