ExportViewListGet 方法

Retrieves a list of existing export views.

命名空间:  Microsoft.MasterDataServices.Services.ServiceContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
<OperationContractAttribute> _
Function ExportViewListGet ( _
    request As ExportViewListGetRequest _
) As ExportViewListGetResponse
用法
Dim instance As IService
Dim request As ExportViewListGetRequest
Dim returnValue As ExportViewListGetResponse

returnValue = instance.ExportViewListGet(request)
[OperationContractAttribute]
ExportViewListGetResponse ExportViewListGet(
    ExportViewListGetRequest request
)
[OperationContractAttribute]
ExportViewListGetResponse^ ExportViewListGet(
    ExportViewListGetRequest^ request
)
[<OperationContractAttribute>]
abstract ExportViewListGet : 
        request:ExportViewListGetRequest -> ExportViewListGetResponse 
function ExportViewListGet(
    request : ExportViewListGetRequest
) : ExportViewListGetResponse