Lenguaje

ServiceClient.ModelMembersBulkUpdate Método

Definición

Comienza la actualización masiva asíncrona de los datos de los miembros entre una o más entidades.

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

Parámetros

International
International

Los entornos culturales.

ModelMembers
Collection<EntityMembers>

La colección de miembros para actualizar.

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