Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Updates an existing export view.
Espace de noms : Microsoft.MasterDataServices.Services.ServiceContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
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]
[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
Paramètres
- request
Type : Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateRequest
The update request.
Valeur de retour
Type : Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateResponse
The response to the update operation.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.ServiceContracts