Lenguaje

ServiceClient.ModelMembersBulkDelete Método

Definición

Comienza la eliminación masiva asincrónica de los miembros.

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

Parámetros

International
International

Los entornos culturales.

ModelMembers
Collection<EntityMembers>

La colección de miembros para eliminar.

StagingBatches
Collection<Identifier>

Cuando este método regresa, contiene una colección de identificadores del lote de etapas. Este parámetro se pasa sin inicializar.

Devoluciones

Un objeto que OperationResult contiene el resultado de una operación.

Se aplica a