Méthode ExportViewUpdate
Updates an existing export view.
Espace de noms : Microsoft.MasterDataServices.Services.ServiceContracts
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
Function ExportViewUpdate ( _
request As ExportViewUpdateRequest _
) As ExportViewUpdateResponse
'Utilisation
Dim instance As IService
Dim request As ExportViewUpdateRequest
Dim returnValue As ExportViewUpdateResponse
returnValue = instance.ExportViewUpdate(request)
[OperationContractAttribute]
ExportViewUpdateResponse ExportViewUpdate(
ExportViewUpdateRequest request
)
[OperationContractAttribute]
ExportViewUpdateResponse^ ExportViewUpdate(
ExportViewUpdateRequest^ request
)
[<OperationContractAttribute>]
abstract ExportViewUpdate :
request:ExportViewUpdateRequest -> ExportViewUpdateResponse
function ExportViewUpdate(
request : ExportViewUpdateRequest
) : ExportViewUpdateResponse
Paramètres
- request
Type : Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewUpdateRequest
The ExportViewUpdate request.
Valeur de retour
Type : Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewUpdateResponse
ExportViewUpdateResponse.
Voir aussi