Partager via


ServiceClient.ModelMembersBulkDelete Méthode

Définition

Commence la suppression en bloc asynchrone de membres.

public:
 Microsoft::MasterDataServices::OperationResult ^ ModelMembersBulkDelete(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 ModelMembersBulkDelete (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> ModelMembers, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> StagingBatches);
member this.ModelMembersBulkDelete : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function ModelMembersBulkDelete (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 à supprimer.

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 à