ServiceClient.ModelMembersBulkUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Begins the asynchronous bulk update of member data across one or more entities.
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
Parameters
- International
- International
The cultural settings.
- ModelMembers
- Collection<EntityMembers>
The collection of members to update.
- 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.