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 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

返回值

类型:Microsoft.MasterDataServices.ExportViewListGetResponse
The ExportViewListGetResponse for the operation.

实现

IService.ExportViewListGet(ExportViewListGetRequest)

请参阅

参考

ServiceClient 类

Microsoft.MasterDataServices 命名空间