Metodo ServiceClient.IService.ExportViewListGet
Retrieves the list of existing export views.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Private Function ExportViewListGet ( _
request As ExportViewListGetRequest _
) As ExportViewListGetResponse Implements IService.ExportViewListGet
'Utilizzo
Dim instance As ServiceClient
Dim request As ExportViewListGetRequest
Dim returnValue As ExportViewListGetResponse
returnValue = CType(instance, IService).ExportViewListGet(request)
ExportViewListGetResponseIService.ExportViewListGet(
ExportViewListGetRequest request
)
private:
virtual ExportViewListGetResponse^ ExportViewListGet(
ExportViewListGetRequest^ request
) sealed = IService::ExportViewListGet
private abstract ExportViewListGet :
request:ExportViewListGetRequest -> ExportViewListGetResponse
private override ExportViewListGet :
request:ExportViewListGetRequest -> ExportViewListGetResponse
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- request
Tipo: Microsoft.MasterDataServices.ExportViewListGetRequest
The get request.
Valore restituito
Tipo: Microsoft.MasterDataServices.ExportViewListGetResponse
The ExportViewListGetResponse for the operation.
Implementa
IService.ExportViewListGet(ExportViewListGetRequest)