ServiceClient.ModelMembersBulkMerge Method

Definition

Begins the asynchronous bulk creation and/or update of member data across one or more entities.

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

Parameters

International
International

The cultural settings.

ModelMembers
Collection<EntityMembers>

The collection of members to merge.

StagingBatches
Collection<Identifier>

When this method returns, contains a collection of identifiers of the staging batch. This parameter is passed uninitialized.

Returns

An OperationResult object containing the result of an operation.

Applies to