Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the StagingGetResponse class with the specified batch list, operation result, and unbatched information.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
Batches As Collection(Of StagingBatch), _
OperationResult As OperationResult, _
UnbatchedInformation As Collection(Of StagingUnbatchedInformation) _
)
'Usage
Dim Batches As Collection(Of StagingBatch)
Dim OperationResult As OperationResult
Dim UnbatchedInformation As Collection(Of StagingUnbatchedInformation)
Dim instance As New StagingGetResponse(Batches, _
OperationResult, UnbatchedInformation)
public StagingGetResponse(
Collection<StagingBatch> Batches,
OperationResult OperationResult,
Collection<StagingUnbatchedInformation> UnbatchedInformation
)
public:
StagingGetResponse(
Collection<StagingBatch^>^ Batches,
OperationResult^ OperationResult,
Collection<StagingUnbatchedInformation^>^ UnbatchedInformation
)
new :
Batches:Collection<StagingBatch> *
OperationResult:OperationResult *
UnbatchedInformation:Collection<StagingUnbatchedInformation> -> StagingGetResponse
public function StagingGetResponse(
Batches : Collection<StagingBatch>,
OperationResult : OperationResult,
UnbatchedInformation : Collection<StagingUnbatchedInformation>
)
Parameter
- Batches
Typ: System.Collections.ObjectModel.Collection<StagingBatch>
List of batches to be returned.
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
- UnbatchedInformation
Typ: System.Collections.ObjectModel.Collection<StagingUnbatchedInformation>
Summary information about records in the staging system that are not associated with a batch.