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.
Initializes a new instance of the ExportViewListGetResponse class that has the specified array of export views and operation result.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
ExportViews As Collection(Of ExportView), _
OperationResult As OperationResult _
)
'Usage
Dim ExportViews As Collection(Of ExportView)
Dim OperationResult As OperationResult
Dim instance As New ExportViewListGetResponse(ExportViews, _
OperationResult)
public ExportViewListGetResponse(
Collection<ExportView> ExportViews,
OperationResult OperationResult
)
public:
ExportViewListGetResponse(
Collection<ExportView^>^ ExportViews,
OperationResult^ OperationResult
)
new :
ExportViews:Collection<ExportView> *
OperationResult:OperationResult -> ExportViewListGetResponse
public function ExportViewListGetResponse(
ExportViews : Collection<ExportView>,
OperationResult : OperationResult
)
Parameters
- ExportViews
Type: System.Collections.ObjectModel.Collection<ExportView>
A collection of export views.
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
See Also
Reference
ExportViewListGetResponse Class