Costruttore StagingGetResponse (Collection(StagingBatch), OperationResult, Collection(StagingUnbatchedInformation))
Initializes a new instance of the StagingGetResponse class with the specified batch list, operation result, and unbatched information.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
Batches As Collection(Of StagingBatch), _
OperationResult As OperationResult, _
UnbatchedInformation As Collection(Of StagingUnbatchedInformation) _
)
'Utilizzo
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>
)
Parametri
- Batches
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingBatch> ) > ) >
List of batches to be returned.
- OperationResult
Tipo: Microsoft.MasterDataServices. . :: . .OperationResult
The operation result, including a unique ID for tracking and logging.
- UnbatchedInformation
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingUnbatchedInformation> ) > ) >
Summary information about records in the staging system that are not associated with a batch.
Vedere anche