共用方式為


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 命名空間