StagingGetResponse 생성자 (Collection(StagingBatch), OperationResult, Collection(StagingUnbatchedInformation))
Initializes a new instance of the StagingGetResponse class with the specified batch list, operation result, and unbatched information.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Sub New ( _
Batches As Collection(Of StagingBatch), _
OperationResult As OperationResult, _
UnbatchedInformation As Collection(Of StagingUnbatchedInformation) _
)
‘사용 방법
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>
)
매개 변수
- Batches
유형: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingBatch> ) > ) >
List of batches to be returned.
- OperationResult
유형: Microsoft.MasterDataServices. . :: . .OperationResult
The operation result, including a unique ID for tracking and logging.
- UnbatchedInformation
유형: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'StagingUnbatchedInformation> ) > ) >
Summary information about records in the staging system that are not associated with a batch.