ServiceClient.IService.ExportViewUpdate Method
Updates an existing export view.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function ExportViewUpdate ( _
request As ExportViewUpdateRequest _
) As ExportViewUpdateResponse Implements IService.ExportViewUpdate
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.ExportViewUpdateRequest
The update request.
Return Value
Type: Microsoft.MasterDataServices.ExportViewUpdateResponse
The ExportViewUpdateResponse for the operation.
Implements
IService.ExportViewUpdate(ExportViewUpdateRequest)