다음을 통해 공유


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

매개 변수