ServiceClient.ModelMembersBulkDelete Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.