Язык

ServiceClient.ModelMembersBulkUpdate Метод

Определение

Начинается асинхронное массовое обновление данных участников между одной или несколькими организациями.

public:
 Microsoft::MasterDataServices::OperationResult ^ ModelMembersBulkUpdate(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::EntityMembers ^> ^ ModelMembers, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ % StagingBatches);
public Microsoft.MasterDataServices.OperationResult ModelMembersBulkUpdate(Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> ModelMembers, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> StagingBatches);
member this.ModelMembersBulkUpdate : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function ModelMembersBulkUpdate (International As International, ModelMembers As Collection(Of EntityMembers), ByRef StagingBatches As Collection(Of Identifier)) As OperationResult

Параметры

International
International

Культурные обстановки.

ModelMembers
Collection<EntityMembers>

Коллекция участников для обновления.

StagingBatches
Collection<Identifier>

Когда этот метод возвращается, содержит набор идентификаторов этапной партии. Этот параметр передается неинициализирован.

Возвращаемое значение

Объект, OperationResult содержащий результат операции.

Применяется к