Метод IService.ExportViewUpdate
Updates an existing export view.
Пространство имен: Microsoft.MasterDataServices.Services.ServiceContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function ExportViewUpdate ( _
request As ExportViewUpdateRequest _
) As ExportViewUpdateResponse
'Применение
Dim instance As IService
Dim request As ExportViewUpdateRequest
Dim returnValue As ExportViewUpdateResponse
returnValue = instance.ExportViewUpdate(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
ExportViewUpdateResponse ExportViewUpdate(
ExportViewUpdateRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
ExportViewUpdateResponse^ ExportViewUpdate(
ExportViewUpdateRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract ExportViewUpdate :
request:ExportViewUpdateRequest -> ExportViewUpdateResponse
function ExportViewUpdate(
request : ExportViewUpdateRequest
) : ExportViewUpdateResponse
Параметры
- request
Тип: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateRequest
The update request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateResponse
The response to the update operation.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.ServiceContracts