ModelMembersBulkMergeResponse 생성자 (OperationResult, Collection<Identifier>)
Initializes a new instance of the ModelMembersBulkMergeResponse class that has the specified operation result and staging batches.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Sub New ( _
OperationResult As OperationResult, _
StagingBatches As Collection(Of Identifier) _
)
‘사용 방법
Dim OperationResult As OperationResult
Dim StagingBatches As Collection(Of Identifier)
Dim instance As New ModelMembersBulkMergeResponse(OperationResult, _
StagingBatches)
public ModelMembersBulkMergeResponse(
OperationResult OperationResult,
Collection<Identifier> StagingBatches
)
public:
ModelMembersBulkMergeResponse(
OperationResult^ OperationResult,
Collection<Identifier^>^ StagingBatches
)
new :
OperationResult:OperationResult *
StagingBatches:Collection<Identifier> -> ModelMembersBulkMergeResponse
public function ModelMembersBulkMergeResponse(
OperationResult : OperationResult,
StagingBatches : Collection<Identifier>
)
매개 변수
- OperationResult
유형: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
- StagingBatches
유형: System.Collections.ObjectModel.Collection<Identifier>
An array containing staging batch identifiers.
참고 항목
참조
ModelMembersBulkMergeResponse 클래스