Поделиться через


Метод Service.ExportViewUpdate

Updates an existing export view.

Пространство имен:  Microsoft.MasterDataServices.Services
Сборка:  Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)

Синтаксис

'Декларация
Public Function ExportViewUpdate ( _
    request As ExportViewUpdateRequest _
) As ExportViewUpdateResponse
'Применение
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

Параметры

Возвращаемое значение

Тип: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateResponse
The ExportViewUpdateResponse for the operation.

Реализует

IService.ExportViewUpdate(ExportViewUpdateRequest)

См. также

Справочник

Service Класс

Пространство имен Microsoft.MasterDataServices.Services