Partager via


ServiceClient.ModelMembersBulkUpdate Méthode

Définition

Commence la mise à jour en bloc asynchrone de données de membre sur une ou plusieurs entités.

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

Paramètres

International
International

Paramètres de culture.

ModelMembers
Collection<EntityMembers>

Collection de membres à mettre à jour.

StagingBatches
Collection<Identifier>

Cette méthode retourne une collection d'identificateurs du lot intermédiaire. Ce paramètre est passé sans être initialisé.

Retours

Objet OperationResult qui contient le résultat d'une opération.

S’applique à