次の方法で共有


ExportViewListGet メソッド

既存のエクスポート ビューの一覧を取得します。

名前空間:  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

パラメーター