ServiceClient.IService.ExportViewListGet 方法
Retrieves the list of existing export views.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
Private Function ExportViewListGet ( _
request As ExportViewListGetRequest _
) As ExportViewListGetResponse Implements IService.ExportViewListGet
'用途
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 支援明確介面實作的使用,但不支援新介面實作的宣告。
參數
- request
型別:Microsoft.MasterDataServices.ExportViewListGetRequest
The get request.
傳回值
型別:Microsoft.MasterDataServices.ExportViewListGetResponse
The ExportViewListGetResponse for the operation.
實作
IService.ExportViewListGet(ExportViewListGetRequest)