Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates an existing export view.
Namespace: Microsoft.MasterDataServices.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Function ExportViewUpdate ( _
request As ExportViewUpdateRequest _
) As ExportViewUpdateResponse
'Usage
Dim instance As Service
Dim request As ExportViewUpdateRequest
Dim returnValue As ExportViewUpdateResponse
returnValue = instance.ExportViewUpdate(request)
public ExportViewUpdateResponse ExportViewUpdate(
ExportViewUpdateRequest request
)
public:
virtual ExportViewUpdateResponse^ ExportViewUpdate(
ExportViewUpdateRequest^ request
) sealed
abstract ExportViewUpdate :
request:ExportViewUpdateRequest -> ExportViewUpdateResponse
override ExportViewUpdate :
request:ExportViewUpdateRequest -> ExportViewUpdateResponse
public final function ExportViewUpdate(
request : ExportViewUpdateRequest
) : ExportViewUpdateResponse
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateRequest
The update request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateResponse
The ExportViewUpdateResponse for the operation.
Implements
IService.ExportViewUpdate(ExportViewUpdateRequest)