إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Retrieves the list of existing export views.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function ExportViewListGet ( _
request As ExportViewListGetRequest _
) As ExportViewListGetResponse Implements IService.ExportViewListGet
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.ExportViewListGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.ExportViewListGetResponse
The ExportViewListGetResponse for the operation.
Implements
IService.ExportViewListGet(ExportViewListGetRequest)