Compartir a través de


IService.ExportViewUpdate Método

Updates an existing export view.

Espacio de nombres:  Microsoft.MasterDataServices.Services.ServiceContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function ExportViewUpdate ( _
    request As ExportViewUpdateRequest _
) As ExportViewUpdateResponse
'Uso
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

Parámetros

Valor devuelto

Tipo: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateResponse
The response to the update operation.

Vea también

Referencia

IService Interfaz

Espacio de nombres Microsoft.MasterDataServices.Services.ServiceContracts