Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Updates an existing export view.
Namespace: Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function ExportViewUpdate ( _
request As ExportViewUpdateRequest _
) As ExportViewUpdateResponse
'Usage
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
Parameter
- request
Typ: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateRequest
The update request.
Rückgabewert
Typ: Microsoft.MasterDataServices.Services.MessageContracts.ExportViewUpdateResponse
The response to the update operation.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.ServiceContracts-Namespace