Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves the list of existing export views.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function ExportViewListGet ( _
International As International, _
<OutAttribute> ByRef OperationResult As OperationResult _
) As Collection(Of ExportView)
'Usage
Dim instance As ServiceClient
Dim International As International
Dim OperationResult As OperationResult
Dim returnValue As Collection(Of ExportView)
returnValue = instance.ExportViewListGet(International, _
OperationResult)
public Collection<ExportView> ExportViewListGet(
International International,
out OperationResult OperationResult
)
public:
Collection<ExportView^>^ ExportViewListGet(
International^ International,
[OutAttribute] OperationResult^% OperationResult
)
member ExportViewListGet :
International:International *
OperationResult:OperationResult byref -> Collection<ExportView>
public function ExportViewListGet(
International : International,
OperationResult : OperationResult
) : Collection<ExportView>
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Return Value
Type: System.Collections.ObjectModel.Collection<ExportView>
The collection of existing export views.