共用方式為


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