Partilhar via


Método Service.ExportViewUpdate

Updates an existing export view.

Namespace:  Microsoft.MasterDataServices.Services
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
Public Function ExportViewUpdate ( _
    request As ExportViewUpdateRequest _
) As ExportViewUpdateResponse
'Uso
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

Parâmetros

Valor de retorno

Tipo: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateResponse
The ExportViewUpdateResponse for the operation.

Implementa

IService.ExportViewUpdate(ExportViewUpdateRequest)

Consulte também

Referência

Service Classe

Namespace Microsoft.MasterDataServices.Services