ServiceClient.ModelMembersBulkDelete Método

Definición

Comienza la eliminación masiva asincrónica de 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

La configuración cultural.

ModelMembers
Collection<EntityMembers>

La colección de miembros que se va a eliminar.

StagingBatches
Collection<Identifier>

Contiene una colección de identificadores del lote de almacenamiento provisional cuando el método realiza la devolución. Este parámetro se pasa sin inicializar.

Devoluciones

Objeto OperationResult que contiene el resultado de una operación.

Se aplica a