Freigeben über


ServiceClient.IService.ExportViewUpdate-Methode

Updates an existing export view.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
Private Function ExportViewUpdate ( _
    request As ExportViewUpdateRequest _
) As ExportViewUpdateResponse Implements IService.ExportViewUpdate
'Usage
Dim instance As ServiceClient
Dim request As ExportViewUpdateRequest
Dim returnValue As ExportViewUpdateResponse

returnValue = CType(instance, IService).ExportViewUpdate(request)
ExportViewUpdateResponseIService.ExportViewUpdate(
    ExportViewUpdateRequest request
)
private:
virtual ExportViewUpdateResponse^ ExportViewUpdate(
    ExportViewUpdateRequest^ request
) sealed = IService::ExportViewUpdate
private abstract ExportViewUpdate : 
        request:ExportViewUpdateRequest -> ExportViewUpdateResponse 
private override ExportViewUpdate : 
        request:ExportViewUpdateRequest -> ExportViewUpdateResponse
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

Typ: Microsoft.MasterDataServices.ExportViewUpdateResponse
The ExportViewUpdateResponse for the operation.

Implementiert

IService.ExportViewUpdate(ExportViewUpdateRequest)

Siehe auch

Verweis

ServiceClient Klasse

Microsoft.MasterDataServices-Namespace