ExportViewListGet 方法
Retrieves a list of existing export views.
命名空間: Microsoft.MasterDataServices.Services
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)
語法
'宣告
Public Function ExportViewListGet ( _
request As ExportViewListGetRequest _
) As ExportViewListGetResponse
'用途
Dim instance As Service
Dim request As ExportViewListGetRequest
Dim returnValue As ExportViewListGetResponse
returnValue = instance.ExportViewListGet(request)
public ExportViewListGetResponse ExportViewListGet(
ExportViewListGetRequest request
)
public:
virtual ExportViewListGetResponse^ ExportViewListGet(
ExportViewListGetRequest^ request
) sealed
abstract ExportViewListGet :
request:ExportViewListGetRequest -> ExportViewListGetResponse
override ExportViewListGet :
request:ExportViewListGetRequest -> ExportViewListGetResponse
public final function ExportViewListGet(
request : ExportViewListGetRequest
) : ExportViewListGetResponse
參數
- request
型別:Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewListGetRequest
Get request.
傳回值
型別:Microsoft.MasterDataServices.Services.MessageContracts. . :: . .ExportViewListGetResponse
ExportViewListGetResponse.
實作
IService. . :: . .ExportViewListGet(ExportViewListGetRequest)