Конструктор ModelMembersBulkUpdateResponse (OperationResult, Collection<Identifier>)
Initializes a new instance of the ModelMembersBulkUpdateResponse 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 ModelMembersBulkUpdateResponse(OperationResult, _
StagingBatches)
public ModelMembersBulkUpdateResponse(
OperationResult OperationResult,
Collection<Identifier> StagingBatches
)
public:
ModelMembersBulkUpdateResponse(
OperationResult^ OperationResult,
Collection<Identifier^>^ StagingBatches
)
new :
OperationResult:OperationResult *
StagingBatches:Collection<Identifier> -> ModelMembersBulkUpdateResponse
public function ModelMembersBulkUpdateResponse(
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.
См. также
Справочник
ModelMembersBulkUpdateResponse Класс